MOBILE-4304 h5p: Fix regression breaking H5P packages deployment
parent
09a2bf3d96
commit
f7ddc1efa8
|
@ -844,7 +844,7 @@ export class CoreH5PFramework {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create the relation.
|
// Create the relation.
|
||||||
if (typeof library.libraryId !== 'string') {
|
if (typeof library.libraryId !== 'number') {
|
||||||
throw new CoreError('Attempted to create dependencies of library without id');
|
throw new CoreError('Attempted to create dependencies of library without id');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue