We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2fabe commit a8d8aceCopy full SHA for a8d8ace
aggregator/cmd/main.go
@@ -58,9 +58,6 @@ func aggregatorMain(ctx *cli.Context) error {
58
}()
59
60
err = aggregator.Start(context.Background())
61
- if err != nil {
62
- return err
63
- }
64
65
- return nil
+ return err
66
}
aggregator/internal/pkg/server.go
@@ -33,11 +33,8 @@ func (agg *Aggregator) ServeOperators() error {
33
agg.AggregatorConfig.Aggregator.ServerIpPortAddress)
34
35
err = http.ListenAndServe(agg.AggregatorConfig.Aggregator.ServerIpPortAddress, nil)
36
37
38
39
40
41
42
43
// Aggregator Methods
0 commit comments