style: fix linting issues met Prettier
This commit is contained in:
parent
7e46ce9c5f
commit
0bdee56dc3
10 changed files with 19 additions and 21 deletions
|
@ -69,7 +69,7 @@ async function fetchLearningObjects(learningPathId: LearningPathIdentifier, full
|
|||
nodes.map(async (node) => {
|
||||
const learningObjectId: LearningObjectIdentifier = {
|
||||
hruid: node.learningobject_hruid,
|
||||
language: learningPathId.language
|
||||
language: learningPathId.language,
|
||||
};
|
||||
return dwengoApiLearningObjectProvider.getLearningObjectById(learningObjectId);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue