Skip to content

Commit

Permalink
fix: use lowercase for collection asset type
Browse files Browse the repository at this point in the history
  • Loading branch information
wkolod committed Dec 12, 2023
1 parent 832cbac commit b738aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class NFTService extends NodeService<NFT> {
new Tag(smartweaveTags.INIT_STATE, JSON.stringify(collectionMintedState)),
new Tag(assetTags.TITLE, metadata.name),
new Tag('Name', metadata.name),
new Tag(assetTags.TYPE, "Document"),
new Tag(assetTags.TYPE, "document"),
new Tag('Contract-Manifest', WARP_MANIFEST),
new Tag('Vault-Id', vaultId),
new Tag('Collection-Code', collectionCode),
Expand Down

0 comments on commit b738aa7

Please sign in to comment.