style: fix linting issues met ESLint

This commit is contained in:
Lint Action 2025-03-11 10:59:51 +00:00
parent 31f994167d
commit dd21f46162
3 changed files with 6 additions and 8 deletions

View file

@ -80,7 +80,5 @@ export function createConditionTestLearningPathAndLearningObjects(){
}
const example: LearningPathExample = {
createLearningPath: () => {
return createConditionTestLearningPathAndLearningObjects().learningPath;
},
createLearningPath: () => createConditionTestLearningPathAndLearningObjects().learningPath,
};