Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardrdev committed Mar 1, 2024
1 parent 4ce9a48 commit 5e38051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func CustomErrorHandler(ctx *fiber.Ctx, err error) error {

ctx.Status(problemJSON.Status)

return ctx.JSON(problemJSON, "application/problem+json")
return ctx.JSON(problemJSON, "application/problem+json")
}

0 comments on commit 5e38051

Please sign in to comment.