From efb2ba68a92b94a0545d8b26fc1a206a9f64b9ec Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 24 Apr 2025 21:20:54 +0200 Subject: [PATCH] fix: .js toevoegen aan imports --- backend/src/services/questions.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/services/questions.ts b/backend/src/services/questions.ts index 0841b574..f59f5166 100644 --- a/backend/src/services/questions.ts +++ b/backend/src/services/questions.ts @@ -12,8 +12,7 @@ import { AssignmentDTO } from '@dwengo-1/common/interfaces/assignment'; import { fetchStudent } from './students.js'; import { NotFoundException } from '../exceptions/not-found-exception.js'; import { FALLBACK_VERSION_NUM } from '../config.js'; -import {fetchClass} from "./classes"; -import {fetchAssignment} from "./assignments"; +import { fetchAssignment } from './assignments.js'; export async function getQuestionsAboutLearningObjectInAssignment( loId: LearningObjectIdentifier,