Skip to content
Snippets Groups Projects
Verified Commit d1f3826e authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Fix wrong parameter propagation in API call

parent 897a3b4b
No related branches found
No related tags found
1 merge request!161Resolve "Fix missing filter for fetching API tokens"
Pipeline #65748 passed
...@@ -147,7 +147,7 @@ export const useUserStore = defineStore({ ...@@ -147,7 +147,7 @@ export const useUserStore = defineStore({
onFinally?.(); onFinally?.();
} }
return ApiTokenService.apiTokenListToken({ return ApiTokenService.apiTokenListToken({
path: { uid: uid }, query: { uid: uid },
throwOnError: true, throwOnError: true,
}) })
.then((response) => response.data!) .then((response) => response.data!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment