Skip to content

Commit

Permalink
Update cmd/observer/node_builder/observer_builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Argue <[email protected]>
  • Loading branch information
AndriiDiachuk and peterargue authored Nov 5, 2024
1 parent dd2ec96 commit c52d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/observer/node_builder/observer_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ func (builder *ObserverServiceBuilder) extraFlags() {
}

if builder.rpcConf.RestConfig.MaxRequestSize <= 0 {
return errors.New("rest-max-request-size must be greater than or equal to 0")
return errors.New("rest-max-request-size must be greater than 0")
}

return nil
Expand Down

0 comments on commit c52d565

Please sign in to comment.