Skip to content

Commit

Permalink
fix: add missing blockchainId
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Oct 24, 2020
1 parent dc6a2ca commit c9cbb49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/modules/vendor/decentraland/bid/fragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { NFTFields, nftFields } from '../nft/fragments'
export const bidFields = () => gql`
fragment bidFields on Bid {
id
blockchainId
category
bidder
seller
Expand Down

0 comments on commit c9cbb49

Please sign in to comment.