mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-12 12:36:56 +00:00
robot: Make linter happy
This commit is contained in:
committed by
Itxaka
parent
bc7c3b95dc
commit
c8244f7dbd
@@ -112,7 +112,7 @@ func bridge(c *cli.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, nil, false)
|
||||
go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, nil, false) //nolint:errcheck
|
||||
|
||||
return e.Start(ctx)
|
||||
}
|
||||
|
Reference in New Issue
Block a user