Skip to content

Commit

Permalink
Add H5P to allNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerZeroMaster committed May 8, 2024
1 parent 8b5d874 commit 3a786fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/model/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class Bundle extends Fileish implements Bundleish {
}

public get allNodes() {
return I.Set([this]).union(this.allBooks.all).union(this.allPages.all).union(this.allResources.all)
return I.Set([this]).union(this.allBooks.all).union(this.allPages.all).union(this.allResources.all).union(this.allH5P.all)
}

public get books() {
Expand Down

0 comments on commit 3a786fd

Please sign in to comment.