Skip to content

Commit

Permalink
Merge pull request #56 from art-by-city/54-readme-docs
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
jim-toth committed Oct 11, 2023
2 parents 78c2ba2 + 94eb6dc commit b6964ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ If you know the type of curation, you could provide that to the Warp `Contract`.
```ts


const curation = abc.curations.get(curationId)
const curation =
abc.curations.get<CollaborativeWhitelistCurationState>(curationId)
```

#### Query Curations by Creator
Expand Down

0 comments on commit b6964ca

Please sign in to comment.