style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-01 22:40:33 +00:00
parent 04b35a61f9
commit b6e07d28df
6 changed files with 8 additions and 12 deletions

View file

@ -20,7 +20,7 @@ import {
} from '../../test-assets/learning-paths/test-conditions-example.js';
import { Student } from '../../../src/entities/users/student.entity.js';
import {LearningObjectNode, LearningPathResponse} from "dwengo-1-common/src/interfaces/learning-content";
import { LearningObjectNode, LearningPathResponse } from 'dwengo-1-common/src/interfaces/learning-content';
async function initExampleData(): Promise<{ learningObject: LearningObject; learningPath: LearningPath }> {
const learningObjectRepo = getLearningObjectRepository();