Skip to content

Commit

Permalink
Remove unnecessary continue
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed May 20, 2024
1 parent 8028e79 commit 1d8df00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/domain/relays/relay_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ func (r *RelayConnection) run(ctx context.Context) error {
WithError(err).
WithField("message", string(messageBytes)).
Message("error handling an incoming message")
continue
}
}
}
Expand Down

0 comments on commit 1d8df00

Please sign in to comment.