style: fix linting issues met ESLint

This commit is contained in:
Lint Action 2025-04-02 08:06:32 +00:00
parent a047558f95
commit bdc689a4e1
2 changed files with 4 additions and 4 deletions

View file

@ -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),