Skip to content

Commit

Permalink
fix: removed duplcate deduction call (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjorge96 authored Oct 24, 2023
1 parent 6c1dc8f commit 940cd3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/deduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ async function respondToDeduction({ message, client }) {
return;
}

await deduction.createDeduction(user, value, message.text);
const deductionInfo = await deduction.createDeduction(
user,
value,
Expand Down

0 comments on commit 940cd3b

Please sign in to comment.