Skip to content

Commit

Permalink
docs: remove null reference (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji authored Aug 30, 2022
1 parent 0c1066d commit 76c9695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/components/Docs/codeSnippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GET https://lanyard.org/api/v1/tree?root={root}
// in general you can ignore the two following fields
"leafTypeDescriptor": null, // or an array of solidity types
"packedEncoding": null // or a boolean value
"packedEncoding": true // a boolean value
}
`.trim()

Expand Down

1 comment on commit 76c9695

@vercel
Copy link

@vercel vercel bot commented on 76c9695 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard.context.wtf
lanyard-git-main.context.wtf
allowlist.context.wtf

Please sign in to comment.