Skip to content

Commit ec1e1f3

Browse files
committed
fix: typo
1 parent 4b4a697 commit ec1e1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/events/delivery/http/get_event_by_id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func (h Handler) GetEventByID(w http.ResponseWriter, r *http.Request) {
1616

1717
value, err := strconv.ParseUint(idString, 10, 32)
1818
if err != nil {
19-
logrus.Error("failed to convert string to uint: %v", err)
19+
logrus.Error("failed to convert string to uint: ", err)
2020
utils.Response(domain.HttpResponse{
2121
Code: 500,
2222
Message: err.Error(),

0 commit comments

Comments
 (0)