From d6d382ef74b010532aacd18893f9efdba190b340 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Mon, 17 Mar 2025 23:20:20 +0000 Subject: [PATCH] style: fix linting issues met ESLint --- .../services/learning-paths/database-learning-path-provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/learning-paths/database-learning-path-provider.ts b/backend/src/services/learning-paths/database-learning-path-provider.ts index 53c005fd..3fea8796 100644 --- a/backend/src/services/learning-paths/database-learning-path-provider.ts +++ b/backend/src/services/learning-paths/database-learning-path-provider.ts @@ -40,7 +40,7 @@ async function getLearningObjectsForNodes(nodes: LearningPathNode[]): Promise { // Fetch the corresponding learning object for each node since some parts of the expected response contains parts - // with information which is not available in the LearningPathNodes themselves. + // With information which is not available in the LearningPathNodes themselves. const nodesToLearningObjects: Map = await getLearningObjectsForNodes(learningPath.nodes); // The target ages of a learning path are the union of the target ages of all learning objects.