Skip to content

Commit

Permalink
minor: modified ErrInvalidRequestBody
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvarezdev committed Jan 12, 2025
1 parent 5b99110 commit 36e19e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

var (
ErrInvalidRequestBody = errors.New("invalid request body")
ErrInvalidRequestBody = "invalid request body: %v"
ErrNilRequestBody = errors.New("request body cannot be nil")
ErrInDevelopment = errors.New("in development")
ErrInvalidAuthorizationHeader = errors.New("invalid authorization header")
Expand Down

0 comments on commit 36e19e5

Please sign in to comment.