fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-04-09 10:26:33 +02:00
parent c10fc8db17
commit 6297347206
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 16 additions and 16 deletions

View file

@ -4,7 +4,7 @@ import { FALLBACK_LANG, FALLBACK_SEQ_NUM, FALLBACK_VERSION_NUM } from '../config
import { LearningObjectIdentifier } from '../entities/content/learning-object-identifier.js';
import { QuestionData, QuestionId } from '@dwengo-1/common/interfaces/question';
import { Language } from '@dwengo-1/common/util/language';
import { requireFields } from './error-helper';
import { requireFields } from './error-helper.js';
export function getLearningObjectId(hruid: string, version: string, lang: string): LearningObjectIdentifier {
return {