fix: merge errors

This commit is contained in:
Gabriellvl 2025-03-30 16:44:27 +02:00
parent 066f9e64c6
commit 66a65c1e67
7 changed files with 97 additions and 15 deletions

View file

@ -1,4 +1,4 @@
import { BadRequestException } from '../exceptions.js';
import {BadRequestException} from "../exceptions/bad-request-exception";
/**
* Checks for the presence of required fields and throws a BadRequestException

View file

@ -7,8 +7,7 @@ import {
getStudent,
getStudentAssignments,
getStudentClasses,
getStudentGroups,
getStudentQuestions,
getStudentGroups, getStudentQuestions,
getStudentSubmissions,
} from '../services/students.js';
import { StudentDTO } from '../interfaces/student.js';