style(backend): Lint
This commit is contained in:
parent
d21377cda4
commit
3c3a1d89c6
8 changed files with 28 additions and 29 deletions
|
@ -75,7 +75,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
|
|||
assignment: Assignment,
|
||||
forStudentUsername?: string
|
||||
): Promise<Question[]> {
|
||||
let inGroup = forStudentUsername ? {
|
||||
const inGroup = forStudentUsername ? {
|
||||
assignment,
|
||||
members: {
|
||||
$some: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue