fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-05-13 10:45:31 +02:00
parent 447fd150da
commit fef714b870
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -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);