Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 6, 2025
1 parent eb501d1 commit 60b7104
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/api/vp/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
"id": "1",
"name": doc.vc_type + " Verifiable Credential",
"purpose": "We want a VC of this type to proof provider claim",
"schema": [
{
"uri": "VerifiableCredential"
}
],
// "schema": [
// {
// "uri": "VerifiableCredential"
// }
// ],
"format": {
"jwt_vc": {
"alg": [
Expand Down

0 comments on commit 60b7104

Please sign in to comment.