Skip to content

Commit

Permalink
bumped root version
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed May 9, 2022
1 parent 467ba12 commit 9ef439b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoralabs/nft-hooks",
"version": "0.8.2",
"version": "0.8.3",
"description": "Generic react hooks for fetching zora auctions, nfts, and data on arbitary 721s. Powers nft-components.",
"repository": "https://github.com/ourzora/nft-hooks",
"homepage": "https://github.com/ourzora/nft-hooks#README",
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/MediaFetchAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export class MediaFetchAgent {
try {
return await request.json();
} catch (e) {
throw new RequestError('Cannot read JSON metadata from IPFS', e);
throw new RequestError('Cannot read JSON metadata from IPFS', e as any);
}
}
}

0 comments on commit 9ef439b

Please sign in to comment.