You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const ipfsData = await fetchIpfsData(getIpfsCID(metadata))
// TODO: we aren't handling IPFS metadata that's outside the shape of our
// expected data - could possibly add to the `other` field, or something
// similar if we want to support in the future (add else block here)
The text was updated successfully, but these errors were encountered:
ryanchristo
changed the title
Handle IPFS metadata outside the shape of application metadata
Handle IPFS metadata outside the shape defined within the app
Jul 27, 2023
ryanchristo
changed the title
Handle IPFS metadata outside the shape defined within the app
Handle IPFS metadata outside the shape defined by the app
Jul 27, 2023
src/util/validation/metadata.ts
The text was updated successfully, but these errors were encountered: