style: fix linting issues met Prettier
This commit is contained in:
parent
e78849f568
commit
400a955850
40 changed files with 321 additions and 700 deletions
|
@ -23,11 +23,7 @@ export function mapToStudentDTO(student: Student): StudentDTO {
|
|||
}
|
||||
|
||||
export function mapToStudent(studentData: StudentDTO): Student {
|
||||
const student = new Student(
|
||||
studentData.username,
|
||||
studentData.firstName,
|
||||
studentData.lastName,
|
||||
);
|
||||
const student = new Student(studentData.username, studentData.firstName, studentData.lastName);
|
||||
|
||||
return student;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue