Skip to content

Commit

Permalink
fix: Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSparksCode committed Oct 13, 2022
1 parent 42b2640 commit 5913953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/misc/ProfileAccess.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract ProfileAccess is VersionedInitializable {
LENS_HUB = _lensHub;
}

function initialize() external override initializer {}
function initialize() external initializer {}

/**
* @dev Function used to check whether an address is the owner of a profile.
Expand Down

0 comments on commit 5913953

Please sign in to comment.