fix: .js toevoegen aan imports
This commit is contained in:
parent
ddee299b4a
commit
74ecd34538
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ import {
|
||||||
getLearningObjectsFromPath,
|
getLearningObjectsFromPath,
|
||||||
} from '../services/learningObjects.js';
|
} from '../services/learningObjects.js';
|
||||||
import { FALLBACK_LANG } from '../config.js';
|
import { FALLBACK_LANG } from '../config.js';
|
||||||
import { FilteredLearningObject } from '../interfaces/learningPath';
|
import { FilteredLearningObject } from '../interfaces/learningPath.js';
|
||||||
import { getLogger } from '../logging/initalize';
|
import { getLogger } from '../logging/initalize.js';
|
||||||
|
|
||||||
export async function getAllLearningObjects(
|
export async function getAllLearningObjects(
|
||||||
req: Request,
|
req: Request,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue