We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a2bf3 commit f7ddc1eCopy full SHA for f7ddc1e
src/core/features/h5p/classes/framework.ts
@@ -844,7 +844,7 @@ export class CoreH5PFramework {
844
}
845
846
// Create the relation.
847
- if (typeof library.libraryId !== 'string') {
+ if (typeof library.libraryId !== 'number') {
848
throw new CoreError('Attempted to create dependencies of library without id');
849
850
0 commit comments