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, | ||||
| } from '../services/learningObjects.js'; | ||||
| import { FALLBACK_LANG } from '../config.js'; | ||||
| import { FilteredLearningObject } from '../interfaces/learningPath'; | ||||
| import { getLogger } from '../logging/initalize'; | ||||
| import { FilteredLearningObject } from '../interfaces/learningPath.js'; | ||||
| import { getLogger } from '../logging/initalize.js'; | ||||
| 
 | ||||
| export async function getAllLearningObjects( | ||||
|     req: Request, | ||||
|  |  | |||
		Reference in a new issue