style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-17 07:56:08 +00:00
parent 12005d197c
commit 45e85233a3
5 changed files with 98 additions and 63 deletions

View file

@ -60,7 +60,7 @@ export async function invalidateAllClassKeys(queryClient: QueryClient, classid?:
keys.map(async (key) => {
const queryKey = [key, classid].filter((arg) => arg !== undefined);
return queryClient.invalidateQueries({ queryKey: queryKey });
})
}),
);
await queryClient.invalidateQueries({ queryKey: ["classes"] });