Skip to content

Commit

Permalink
fix pr review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Feb 15, 2023
1 parent 3f7a3f5 commit 7518e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trait OASErrorModelHelper {
extension (e: HttpServiceError.InvalidPayload) {
def toOAS: ErrorResponse = {
ErrorResponse(
`type` = "error-type",
`type` = "InvalidPayload",
title = "error-title",
status = 422,
detail = Some(e.msg),
Expand Down

0 comments on commit 7518e14

Please sign in to comment.