style: fix linting issues met ESLint
This commit is contained in:
parent
31f994167d
commit
dd21f46162
3 changed files with 6 additions and 8 deletions
|
@ -80,7 +80,5 @@ export function createConditionTestLearningPathAndLearningObjects(){
|
|||
}
|
||||
|
||||
const example: LearningPathExample = {
|
||||
createLearningPath: () => {
|
||||
return createConditionTestLearningPathAndLearningObjects().learningPath;
|
||||
},
|
||||
createLearningPath: () => createConditionTestLearningPathAndLearningObjects().learningPath,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue