fix: backend testen

This commit is contained in:
Joyelle Ndagijimana 2025-05-18 12:52:13 +02:00
parent 2537045658
commit 2901e94b53
2 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,6 @@ import {
getStudentsByTeacher,
getTeacher,
getTeacherAssignments,
getTeacherQuestions,
updateClassJoinRequestStatus,
} from '../services/teachers.js';
import { requireFields } from './error-helper.js';