style: fix linting issues met Prettier
This commit is contained in:
parent
7ddde18d6c
commit
9136ff0313
11 changed files with 60 additions and 78 deletions
|
@ -1,7 +1,7 @@
|
|||
import {mapToQuestionDTO, mapToQuestionDTOId} from './question.js';
|
||||
import { mapToQuestionDTO, mapToQuestionDTOId } from './question.js';
|
||||
import { Answer } from '../entities/questions/answer.entity.js';
|
||||
import { AnswerDTO, AnswerId } from '@dwengo-1/common/interfaces/answer';
|
||||
import {mapToTeacherDTO} from "./teacher";
|
||||
import { mapToTeacherDTO } from './teacher';
|
||||
|
||||
/**
|
||||
* Convert a Question entity to a DTO format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue