Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Nov 18, 2024
1 parent 1f87d3f commit 5504cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/nft.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const getReputationScore = async (tokenId: string, address: string) => {
}
return {
reputationScore,
communintyId: dynamicNftModule?.id,
communintyId: dynamicNftModule?.community.id,
};
};

Expand Down

0 comments on commit 5504cb9

Please sign in to comment.