fix: fixed linting errors

This commit is contained in:
Adriaan Jacquet 2025-04-17 19:14:20 +02:00
parent 7f782915b6
commit 5dd0db685e
6 changed files with 4 additions and 14 deletions

View file

@ -4,7 +4,6 @@ import {
getClassRepository,
getGroupRepository,
getQuestionRepository,
getStudentRepository,
getSubmissionRepository,
} from '../data/repositories.js';
import { Assignment } from '../entities/assignments/assignment.entity.js';