lint
This commit is contained in:
@ -68,11 +68,7 @@ abstract contract ERC721URIStorage is IERC4906, ERC721 {
|
||||
* token-specific URI was set for the token, and if so, it deletes the token URI from
|
||||
* the storage mapping.
|
||||
*/
|
||||
function _update(
|
||||
address from,
|
||||
address to,
|
||||
uint256 tokenId
|
||||
) internal virtual override {
|
||||
function _update(address from, address to, uint256 tokenId) internal virtual override {
|
||||
super._update(from, to, tokenId);
|
||||
|
||||
if (to == address(0) && bytes(_tokenURIs[tokenId]).length != 0) {
|
||||
|
||||
Reference in New Issue
Block a user