We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4a697 commit ec1e1f3Copy full SHA for ec1e1f3
1 file changed
app/events/delivery/http/get_event_by_id.go
@@ -16,7 +16,7 @@ func (h Handler) GetEventByID(w http.ResponseWriter, r *http.Request) {
16
17
value, err := strconv.ParseUint(idString, 10, 32)
18
if err != nil {
19
- logrus.Error("failed to convert string to uint: %v", err)
+ logrus.Error("failed to convert string to uint: ", err)
20
utils.Response(domain.HttpResponse{
21
Code: 500,
22
Message: err.Error(),
0 commit comments