Skip to content

Commit

Permalink
improve error response (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang authored Jan 14, 2025
1 parent 4a7917f commit d474718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/api/v2/minikit/transaction/[transaction_id]/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const GET = async (
errorResponse({
statusCode: res.status,
code: "internal_api_error",
detail: "Transaction fetch to backend failed",
detail: errorBody ?? "Transaction fetch to backend failed",
attribute: "transaction",
req,
}),
Expand Down

0 comments on commit d474718

Please sign in to comment.