style: fix linting issues met Prettier
This commit is contained in:
parent
85221b4cfe
commit
ca95603f97
3 changed files with 7 additions and 3 deletions
|
@ -18,7 +18,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
|
|||
content: question.content,
|
||||
timestamp: new Date(),
|
||||
});
|
||||
console.log(questionEntity)
|
||||
console.log(questionEntity);
|
||||
await this.save(questionEntity, { preventOverwrite: true });
|
||||
return questionEntity;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue