Skip to content

Commit

Permalink
🐛 fix(Pagination): Remove extra quotes from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 20, 2022
1 parent 538438f commit f997542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/api_gateway/resource/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "aws_api_gateway_gateway_response" "integration_timeout" {
"application/json" = <<EOF
{
"status": "failed",
"message": "$context.error.messageString : Use the pagination query parameters when available. See the API documentation."
"message": "$context.error.message : Use the pagination query parameters when available. See the API documentation."
}
EOF
}
Expand Down

0 comments on commit f997542

Please sign in to comment.