Skip to content

Commit

Permalink
fix: Add missing urn property for items payload (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jul 31, 2023
1 parent e19014a commit 24e20e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logic/nfts/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export function fromCollectionsFragment(
updatedAt: +fragment.updatedAt * 1000,
//@ts-ignore
soldAt: +fragment.soldAt * 1000,
urn: fragment.urn,
},
order:
fragment.activeOrder &&
Expand Down

0 comments on commit 24e20e8

Please sign in to comment.