Skip to content

Commit

Permalink
Add missing parameters to build a ChannelManifest
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Oct 15, 2024
1 parent 93801f2 commit 9605221
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public static class Builder {

public ChannelManifest build() {
return new ChannelManifest(
name,
schemaVersion,
id,
description,
Expand Down

0 comments on commit 9605221

Please sign in to comment.