style: fix linting issues met ESLint
This commit is contained in:
parent
47e47323d3
commit
1b18338c78
15 changed files with 34 additions and 34 deletions
|
@ -20,7 +20,7 @@ export function makeTestAnswers(em: EntityManager): Answer[] {
|
|||
content: 'answer2',
|
||||
});
|
||||
|
||||
// gets deleted
|
||||
// Gets deleted
|
||||
answer03 = em.create(Answer, {
|
||||
author: getLimpBizkit(),
|
||||
toQuestion: getQuestion04(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue