style: fix linting issues met Prettier
This commit is contained in:
parent
04b35a61f9
commit
b6e07d28df
6 changed files with 8 additions and 12 deletions
|
@ -9,7 +9,7 @@ import { Language } from '../../../src/entities/content/language';
|
|||
import learningObjectExample from '../../test-assets/learning-objects/pn-werkingnotebooks/pn-werkingnotebooks-example';
|
||||
import learningPathExample from '../../test-assets/learning-paths/pn-werking-example';
|
||||
import { LearningPath } from '../../../src/entities/content/learning-path.entity';
|
||||
import {FilteredLearningObject} from "dwengo-1-common/src/interfaces/learning-content";
|
||||
import { FilteredLearningObject } from 'dwengo-1-common/src/interfaces/learning-content';
|
||||
|
||||
async function initExampleData(): Promise<{ learningObject: LearningObject; learningPath: LearningPath }> {
|
||||
const learningObjectRepo = getLearningObjectRepository();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue