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

@ -6,11 +6,7 @@ import processingService from './processing/processing-service.js';
import { NotFoundError } from '@mikro-orm/core';
import learningObjectService from './learning-object-service.js';
import { getLogger, Logger } from '../../logging/initalize.js';
import {
FilteredLearningObject,
LearningObjectIdentifier,
LearningPathIdentifier,
} from 'dwengo-1-common/src/interfaces/learning-content';
import { FilteredLearningObject, LearningObjectIdentifier, LearningPathIdentifier } from 'dwengo-1-common/src/interfaces/learning-content';
const logger: Logger = getLogger();