mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 👽 Update Role API usage
This commit is contained in:
parent
94822eb959
commit
dc004601b0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export const useCacheRefresh = (client: MaybeRef<Client | null>) => {
|
|||
});
|
||||
|
||||
toValue(client)
|
||||
?.getRoles()
|
||||
?.getAccountRoles(identity.value.account.id)
|
||||
.then((res) => {
|
||||
const roles = res.data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue