style: fix linting issues met ESLint
This commit is contained in:
parent
a30c4d0d32
commit
aa1a85e64e
24 changed files with 76 additions and 90 deletions
|
@ -18,7 +18,7 @@ const DWENGO_TEST_LEARNING_OBJECT_ID: LearningObjectIdentifier = {
|
|||
|
||||
async function initExampleData(): Promise<LearningObject> {
|
||||
const learningObjectRepo = getLearningObjectRepository();
|
||||
let learningObject = learningObjectExample.createLearningObject();
|
||||
const learningObject = learningObjectExample.createLearningObject();
|
||||
learningObject.title = TEST_LEARNING_OBJECT_TITLE
|
||||
await learningObjectRepo.save(learningObject);
|
||||
return learningObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue