Skip to content

Commit

Permalink
Merge pull request #64 from decentralized-identity/fix/sample-typo
Browse files Browse the repository at this point in the history
fix: typo in trust-ping sample message
  • Loading branch information
dbluhm committed Nov 1, 2023
2 parents 0f391e8 + 0e0cf28 commit 3d21f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/compose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SAMPLES: Record<string, any> = {
"Trust Ping": {
type: "https://didcomm.org/trust-ping/2.0/ping",
body: {
response_request: true,
response_requested: true,
},
},
None: {},
Expand Down

0 comments on commit 3d21f4b

Please sign in to comment.