Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add issuedId to orders #261

Merged
merged 7 commits into from
Apr 10, 2023
Merged

Conversation

flobarreto
Copy link
Contributor

missing update for common schemas

@flobarreto flobarreto marked this pull request as ready for review April 3, 2023 18:56
@@ -182,6 +202,9 @@ export function fromOrderFragment(
expiresAt: +fragment.expiresAt,
createdAt: +fragment.createdAt * 1000,
updatedAt: +fragment.updatedAt * 1000,
issuedId: fragment.nft.issuedId
Copy link
Contributor

Choose a reason for hiding this comment

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

I wouldn't override the issuedId with the tokenId, let's add both fields and set undefined for issuedId if there's no value. WDYT?

Copy link
Contributor

@juanmahidalgo juanmahidalgo left a comment

Choose a reason for hiding this comment

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

LGTM

@flobarreto flobarreto merged commit 83c25d0 into master Apr 10, 2023
@flobarreto flobarreto deleted the feat/add-issuedId-to-orders branch April 10, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants