fix: lint

This commit is contained in:
Gabriellvl 2025-05-12 23:16:52 +02:00
parent 17c258a294
commit 56e992f67c

View file

@ -32,10 +32,6 @@ function teacherStudentsQueryKey(username: string, full: boolean): [string, stri
return ["teacher-students", username, full];
}
function teacherQuestionsQueryKey(username: string, full: boolean): [string, string, boolean] {
return ["teacher-questions", username, full];
}
export function teacherClassJoinRequests(classId: string): [string, string] {
return ["teacher-class-join-requests", classId];
}