fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-04-24 21:20:54 +02:00
parent 4be7aa9b21
commit efb2ba68a9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -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,