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.
2 parents a21c180 + f7ddc1e commit 33d31b4Copy full SHA for 33d31b4
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