Skip to content

Commit

Permalink
Fixes duplicate creators with solana
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshoytoster committed May 7, 2022
1 parent c640950 commit fe7352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data.forEach((item) => {
if (network == NETWORK.sol) {
item.name = `${namePrefix} #${edition}`;
item.description = description;
item.creators = solanaMetadata.creators;
item.properties.creators = solanaMetadata.creators;
} else {
item.name = `${namePrefix} #${edition}`;
item.description = description;
Expand Down

0 comments on commit fe7352d

Please sign in to comment.