Skip to content

Commit

Permalink
fix chainSubscriber to create community (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Pedro da Silva committed May 23, 2023
1 parent f12c639 commit 9b72aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/subscriber/chainSubscribers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ChainSubscribers {
} else {
this.communities.set(communityAddress, community[1][0].id);
const user = await models.appUser.findOne({
attributes: ['language', 'walletPNT', 'appPNT'],
attributes: ['id', 'language', 'walletPNT', 'appPNT'],
where: {
address: getAddress( managerAddress[0]),
},
Expand Down

0 comments on commit 9b72aa4

Please sign in to comment.