style: fix linting issues met Prettier
This commit is contained in:
parent
12005d197c
commit
45e85233a3
5 changed files with 98 additions and 63 deletions
|
@ -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"] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue