style: fix linting issues met Prettier
This commit is contained in:
parent
10749012c6
commit
cecd62c8f2
2 changed files with 2 additions and 3 deletions
|
@ -79,7 +79,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
|
|||
return this.findAll({
|
||||
where: { inGroup },
|
||||
orderBy: { timestamp: 'DESC' },
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue