fixing merge conflicts from rebasing
This commit is contained in:
parent
a4679036b2
commit
5411e03675
|
|
@ -66,10 +66,6 @@ contract FleekERC721 is ERC721, FleekAccessControl {
|
|||
) public payable requireCollectionOwner returns (uint256) {
|
||||
uint256 tokenId = _tokenIds.current();
|
||||
_mint(to, tokenId);
|
||||
<<<<<<< HEAD
|
||||
_addTokenController(tokenId, to);
|
||||
=======
|
||||
>>>>>>> 752bbb8 (refactor: change token controller role validation to _beforeTokenTransfer function)
|
||||
_tokenIds.increment();
|
||||
|
||||
App storage app = _apps[tokenId];
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
80001
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue