style: fix linting issues met Prettier
This commit is contained in:
parent
a65e95ac46
commit
1203f12ff4
33 changed files with 359 additions and 307 deletions
|
@ -82,7 +82,7 @@ export class LearningPath {
|
|||
keywords: dto.keywords.split(" "),
|
||||
targetAges: {
|
||||
min: dto.min_age ?? NaN,
|
||||
max: dto.max_age ?? NaN
|
||||
max: dto.max_age ?? NaN,
|
||||
},
|
||||
startNode: LearningPathNode.fromDTOAndOtherNodes(LearningPath.getStartNode(dto), dto.nodes),
|
||||
image: dto.image,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue