fix: fixed linter issues

This commit is contained in:
Adriaan Jacquet 2025-04-22 14:26:00 +02:00
parent 283c2e6f78
commit f35802f3c3
3 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,6 @@ import { GroupDTO, GroupDTOId } from '@dwengo-1/common/interfaces/group';
import { SubmissionDTO, SubmissionDTOId } from '@dwengo-1/common/interfaces/submission';
import { fetchAssignment } from './assignments.js';
import { NotFoundException } from '../exceptions/not-found-exception.js';
import { putObject } from './service-helper.js';
import { fetchStudents } from './students.js';
import { fetchClass } from './classes.js';
import { BadRequestException } from '../exceptions/bad-request-exception.js';