Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Feb 27, 2024
1 parent c3655ac commit d506645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substreams-sink-kv/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func serveRunE(cmd *cobra.Command, args []string) error {
return fmt.Errorf("get manifest reader %q: %w", manifestPath, err)
}

pkg, err := manifestReader.Read()
pkg, _, err := manifestReader.Read()
if err != nil {
return fmt.Errorf("read manifest %q: %w", manifestPath, err)
}
Expand Down

0 comments on commit d506645

Please sign in to comment.