Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 4, 2024
1 parent 8bc5212 commit b935828
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stomp.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ func RecvAndProcessMessage(queueName string, middleware scyllaridae.QueueMiddlew
slog.Error("Failed to acknowledge message", "queue", queueName, "error", err)
}
}

return nil
}

func handleMessage(msg *stomp.Message, middleware scyllaridae.QueueMiddleware) {
Expand Down

0 comments on commit b935828

Please sign in to comment.