Merge branch 'dev' into feat/caching
This commit is contained in:
commit
a72fec0cd5
120 changed files with 3385 additions and 612 deletions
|
@ -73,6 +73,10 @@ const dwengoApiLearningPathProvider: LearningPathProvider = {
|
|||
}
|
||||
return searchResults ?? [];
|
||||
},
|
||||
|
||||
async getLearningPathsAdministratedBy(_adminUsername: string) {
|
||||
return []; // Learning paths fetched from the Dwengo API cannot be administrated by a user.
|
||||
},
|
||||
};
|
||||
|
||||
export default dwengoApiLearningPathProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue