fix: 👽 Update Role API usage

This commit is contained in:
Jesse Wierzbinski 2024-11-29 21:36:13 +01:00
parent 94822eb959
commit dc004601b0
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ export const useCacheRefresh = (client: MaybeRef<Client | null>) => {
}); });
toValue(client) toValue(client)
?.getRoles() ?.getAccountRoles(identity.value.account.id)
.then((res) => { .then((res) => {
const roles = res.data; const roles = res.data;