We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9968a + 22d2903 commit 4b154dcCopy full SHA for 4b154dc
src/lens-hub.ts
@@ -46,7 +46,7 @@ export function handleProfileCreated(event: ProfileCreated): void {
46
profile = new Profile(event.params.profileId.toString())
47
profile.metadata = event.params.followNFTURI
48
profile.handle = event.params.handle
49
- profile.onwnedBy = event.params.creator.toHexString()
+ profile.ownedBy = event.params.creator.toHexString()
50
profile.isDefault = true
51
profile.isFollowedByMe = false
52
profile.save()
0 commit comments