Skip to content

Commit

Permalink
fix: solved undefined reference on last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvarezdev committed Feb 2, 2025
1 parent a2b6a95 commit 0699929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/json/body.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func bodyDecodeErrorHandler(
if fieldName != "" {
return encoder.Encode(
w,
gonethttpresponse.NewResponseFromRequestError(
gonethttpresponse.NewResponseFromFailRequestError(
gonethttpresponse.NewFieldError(
fieldName,
fmt.Sprintf(
Expand Down

0 comments on commit 0699929

Please sign in to comment.