Skip to content

Commit

Permalink
Debug jsonwebkey
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Oct 16, 2024
1 parent 7abcf82 commit 4b773b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/api/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class CredentialController {
if (verifyResult.error) {
return response.status(StatusCodes.BAD_REQUEST).json({
verified: verifyResult.verified,
error: `verify: ${verifyResult.error.message}`,
error: `verify: ${JSON.stringify(verifyResult.error)}`,
} satisfies UnsuccesfulVerifyCredentialResponseBody);
}

Expand Down

0 comments on commit 4b773b6

Please sign in to comment.