mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-14 16:37:58 -05:00
use unset over set on the unset method
This commit is contained in:
@@ -223,7 +223,7 @@ contract LensHub is ILensHub, LensNFTBase, VersionedInitializable, LensMultiStat
|
||||
|
||||
_validateRecoveredAddress(digest, owner, vars.sig);
|
||||
|
||||
_setDefaultProfile(vars.profileId, owner);
|
||||
_unsetDefaultProfile(vars.profileId, owner);
|
||||
}
|
||||
|
||||
/// @inheritdoc ILensHub
|
||||
|
||||
Reference in New Issue
Block a user