Skip to content

Commit

Permalink
fix getCount typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirabellier committed Feb 10, 2024
1 parent b424fae commit 9531247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/economies.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const getCount = async (message, target, action) => {
where: {
userID: message.author.id,
targetId: target.user.id,
actionType: "hug",
actionType: action,
},
});

Expand Down

0 comments on commit 9531247

Please sign in to comment.