style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-21 22:26:28 +00:00
parent fc5a40ba40
commit 9b0c0c9889
11 changed files with 43 additions and 45 deletions

View file

@ -61,5 +61,4 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
orderBy: { timestamp: 'DESC' }, // New to old
});
}
}