fix: merge errors
This commit is contained in:
parent
066f9e64c6
commit
66a65c1e67
7 changed files with 97 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -7,8 +7,7 @@ import {
|
|||
getStudent,
|
||||
getStudentAssignments,
|
||||
getStudentClasses,
|
||||
getStudentGroups,
|
||||
getStudentQuestions,
|
||||
getStudentGroups, getStudentQuestions,
|
||||
getStudentSubmissions,
|
||||
} from '../services/students.js';
|
||||
import { StudentDTO } from '../interfaces/student.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue