Skip to content

Commit 4b154dc

Browse files
authored
Merge pull request #27 from therealharpaljadeja/patch-1
fix: `ownedBy` typo
2 parents 5a9968a + 22d2903 commit 4b154dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lens-hub.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function handleProfileCreated(event: ProfileCreated): void {
4646
profile = new Profile(event.params.profileId.toString())
4747
profile.metadata = event.params.followNFTURI
4848
profile.handle = event.params.handle
49-
profile.onwnedBy = event.params.creator.toHexString()
49+
profile.ownedBy = event.params.creator.toHexString()
5050
profile.isDefault = true
5151
profile.isFollowedByMe = false
5252
profile.save()

0 commit comments

Comments
 (0)