style: fix linting issues met ESLint
This commit is contained in:
parent
a047558f95
commit
bdc689a4e1
2 changed files with 4 additions and 4 deletions
|
@ -45,9 +45,9 @@ export class LearningPathNode {
|
|||
next: LearningPathNode.fromDTOAndOtherNodes(nextNodeDto, otherNodes),
|
||||
default: transDto.default,
|
||||
};
|
||||
} else {
|
||||
}
|
||||
return undefined
|
||||
}
|
||||
|
||||
}).filter(it => it !== undefined),
|
||||
createdAt: new Date(dto.created_at),
|
||||
updatedAt: new Date(dto.updatedAt),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue