style: fix linting issues met ESLint
This commit is contained in:
parent
67b60caded
commit
8fde49c051
4 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ export async function invalidateAllGroupKeys(
|
|||
"group-questions",
|
||||
];
|
||||
|
||||
for (let key of keys) {
|
||||
for (const key of keys) {
|
||||
const queryKey = [key, classid, assignmentNumber, groupNumber].filter(arg => arg !== undefined);
|
||||
await queryClient.invalidateQueries({ queryKey: queryKey });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue