Skip to content

Commit

Permalink
fix snippet
Browse files Browse the repository at this point in the history
Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
  • Loading branch information
DaevMithran committed Sep 4, 2024
1 parent 3f4b916 commit 49b37b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/current/src/set-up-cheqd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ await agent.modules.cheqd.createResource('did:cheqd:testnet:92874297-d824-40ea-8

// start-section-7
await agent.modules.cheqd.resolveResource(
'did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d/resource/6de33634-6439-4e46-aa3f-bfe03606b000'
'did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d/resources/6de33634-6439-4e46-aa3f-bfe03606b000'
)
// end-section-7

// start-section-8
await agent.modules.cheqd.resolveResource(
'did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d/resource?resourceName=resourceName&resourceType=resourceType'
'did:cheqd:testnet:92874297-d824-40ea-8ae5-364a1ec9237d?resourceName=resourceName&resourceType=resourceType'
)
// end-section-8

0 comments on commit 49b37b6

Please sign in to comment.