Skip to content

Commit

Permalink
Cleanup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Nov 14, 2024
1 parent 839ab03 commit 81bf628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/rfq/api/rest/ws.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ func (c *wsClient) sendRelayerRequest(ctx context.Context, req *model.WsRFQReque

// handleRelayerMessage handles messages from the relayer.
// An error returned will result in the websocket connection being closed.
//
//nolint:cyclop
func (c *wsClient) handleRelayerMessage(ctx context.Context, msg []byte) (err error) {
_, span := c.handler.Tracer().Start(ctx, "handleRelayerMessage", trace.WithAttributes(
attribute.String("relayer_address", c.relayerAddr),
Expand Down

0 comments on commit 81bf628

Please sign in to comment.