mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
make sonarcloud a little more happy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -134,7 +134,7 @@ func (cl *ClientlogService) processEvent(event events.Event) {
|
||||
InitiatorID: event.InitiatorID,
|
||||
}
|
||||
|
||||
gwc, err := cl.gatewaySelector.Next()
|
||||
gwc, err = cl.gatewaySelector.Next()
|
||||
if err != nil {
|
||||
cl.log.Error().Err(err).Interface("event", event).Msg("error getting gateway client")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user