fixing merge conflicts from rebasing

This commit is contained in:
EmperorOrokuSaki 2022-12-15 21:19:42 +03:30
parent a4679036b2
commit 5411e03675
4 changed files with 0 additions and 1127 deletions

View File

@ -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];

View File

@ -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