Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshka committed Dec 27, 2023
1 parent cfeab22 commit 6850a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/SoundEditionV2_1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ contract SoundEditionV2_1 is ISoundEditionV2, ERC721AQueryableUpgradeable, ERC72
if (!_mintConcluded(d)) revert MintNotConcluded();
}

/**
/**
* @dev Append to the tier token IDs and the token tiers arrays.
* Reverts if there is insufficient supply.
* @param tier The tier.
Expand Down

0 comments on commit 6850a81

Please sign in to comment.