Skip to content

Commit 1b85ad0

Browse files
committed
chore: fix build error
1 parent 5bcc737 commit 1b85ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/h5p-rest-example-client/src/services/ContentService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type {
66

77
export interface IContentListEntry {
88
contentId: string;
9-
mainLibrary: string;
9+
mainLibrary?: string;
1010
title: string;
1111
originalNewKey?: string;
1212
}

0 commit comments

Comments
 (0)