fix: .js toevoegen aan imports
This commit is contained in:
		
							parent
							
								
									447fd150da
								
							
						
					
					
						commit
						fef714b870
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3,7 +3,7 @@ import { AuthenticationInfo } from '../authentication-info.js'; | |||
| import { AuthenticatedRequest } from '../authenticated-request.js'; | ||||
| import { fetchClass } from '../../../services/classes.js'; | ||||
| import { mapToUsername } from '../../../interfaces/user.js'; | ||||
| import { getAllInvitations } from '../../../services/teacher-invitations'; | ||||
| import { getAllInvitations } from '../../../services/teacher-invitations.js'; | ||||
| 
 | ||||
| async function teaches(teacherUsername: string, classId: string): Promise<boolean> { | ||||
|     const clazz = await fetchClass(classId); | ||||
|  |  | |||
		Reference in a new issue