fix(backend): Conflicten met linter opgelost

This commit is contained in:
Gerald Schmittinger 2025-03-11 04:54:19 +01:00
parent 9f28e4ed17
commit 19cd9c4387
11 changed files with 28 additions and 54 deletions

View file

@ -67,6 +67,6 @@ const example: LearningObjectExample = {
return att;
},
},
getHTMLRendering: () => loadTestAsset(`${ASSETS_PREFIX}/rendering.html`).toString(),
getHTMLRendering: () => loadTestAsset(`${ASSETS_PREFIX}/rendering.txt`).toString(),
};
export default example;