style: fix linting issues met Prettier
This commit is contained in:
parent
586f32ffa3
commit
65ebf1a083
2 changed files with 19 additions and 20 deletions
|
@ -12,7 +12,7 @@ const NEWER_TEST_SUFFIX = 'nEweR';
|
|||
|
||||
async function createTestLearningObjects(learningObjectRepo: LearningObjectRepository): Promise<{
|
||||
older: LearningObject;
|
||||
newer: LearningObject
|
||||
newer: LearningObject;
|
||||
}> {
|
||||
const olderExample = example.createLearningObject();
|
||||
await learningObjectRepo.save(olderExample);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue