fix: lint
This commit is contained in:
		
							parent
							
								
									17c258a294
								
							
						
					
					
						commit
						56e992f67c
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -32,10 +32,6 @@ function teacherStudentsQueryKey(username: string, full: boolean): [string, stri | ||||||
|     return ["teacher-students", username, full]; |     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] { | export function teacherClassJoinRequests(classId: string): [string, string] { | ||||||
|     return ["teacher-class-join-requests", classId]; |     return ["teacher-class-join-requests", classId]; | ||||||
| } | } | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl