style: fix linting issues met ESLint
This commit is contained in:
parent
ccacc69ed8
commit
e58835aa17
5 changed files with 9 additions and 11 deletions
|
@ -72,8 +72,8 @@ export function makeTestLearningPaths(
|
|||
learningPathNode05.version = 1;
|
||||
|
||||
const nodes01: Array<LearningPathNode> = [
|
||||
// learningPathNode01,
|
||||
// learningPathNode02,
|
||||
// LearningPathNode01,
|
||||
// LearningPathNode02,
|
||||
];
|
||||
const learningPath01 = em.create(LearningPath, {
|
||||
hruid: 'id01',
|
||||
|
@ -86,9 +86,9 @@ export function makeTestLearningPaths(
|
|||
});
|
||||
|
||||
const nodes02: Array<LearningPathNode> = [
|
||||
// learningPathNode03,
|
||||
// learningPathNode04,
|
||||
// learningPathNode05,
|
||||
// LearningPathNode03,
|
||||
// LearningPathNode04,
|
||||
// LearningPathNode05,
|
||||
];
|
||||
const learningPath02 = em.create(LearningPath, {
|
||||
hruid: 'id02',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue