Skip to content

Commit

Permalink
fix love story (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Pedro da Silva authored May 29, 2023
1 parent f77da7d commit 3d35462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/services/story/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ export default class StoryServiceV2 {
} else {
this.addNotification(userAddress, contentId);
const user = await models.appUser.findOne({
attributes: ['language', 'walletPNT', 'appPNT'],
attributes: ['id', 'language', 'walletPNT', 'appPNT'],
where: {
address: getAddress(userAddress),
},
Expand Down

0 comments on commit 3d35462

Please sign in to comment.