style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-23 13:35:33 +00:00
parent 586f32ffa3
commit 65ebf1a083
2 changed files with 19 additions and 20 deletions

View file

@ -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);