From dc004601b08eee623b6f9404f0dffdda83ef2835 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 29 Nov 2024 21:36:13 +0100 Subject: [PATCH] fix: :alien: Update Role API usage --- composables/CacheRefresh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/CacheRefresh.ts b/composables/CacheRefresh.ts index e3f39ec..7b23cff 100644 --- a/composables/CacheRefresh.ts +++ b/composables/CacheRefresh.ts @@ -41,7 +41,7 @@ export const useCacheRefresh = (client: MaybeRef) => { }); toValue(client) - ?.getRoles() + ?.getAccountRoles(identity.value.account.id) .then((res) => { const roles = res.data;