refactor(backend): no-unused-vars
This commit is contained in:
parent
c14d6c53da
commit
14e1508d00
37 changed files with 51 additions and 84 deletions
|
@ -79,6 +79,6 @@ export function createConditionTestLearningPathAndLearningObjects() {
|
|||
};
|
||||
}
|
||||
|
||||
const example: LearningPathExample = {
|
||||
const _example: LearningPathExample = {
|
||||
createLearningPath: () => createConditionTestLearningPathAndLearningObjects().learningPath,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue