Skip to content

Commit

Permalink
Merge branch 'feature--role-assignments' into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 20, 2023
2 parents 14b3d4d + 6501d19 commit 077c190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function findOrCreateRole(nft: Nft, roleHash: Bytes): Role {
if (!role) {
role = new Role(generateRoleId(nft, roleHash))
role.roleHash = roleHash
role.nft = nft.id
role.save()
}

Expand Down

0 comments on commit 077c190

Please sign in to comment.