Skip to content

Commit

Permalink
Fix to remove the name from the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Nolan committed Jul 26, 2022
1 parent ef02227 commit e5eb6a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/SharedNFTLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ contract SharedNFTLogic is IPublicSharedMetadata {
mediaData,
'properties": {"number": ',
numberToString(tokenOfEdition),
', "name": "',
name,
'"}}'
'}}'
);
// solhint-enable quotes
}
Expand Down

0 comments on commit e5eb6a0

Please sign in to comment.