Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Delemangi committed Nov 12, 2023
1 parent b878e21 commit b00a171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ const handlePollButton = async (
}

await handleVote(interaction, poll, optionId, option);
await decidePoll(poll.id, interaction);
await decidePoll(poll.id);

const decidedPoll = await getPollById(poll.id);

Expand Down

0 comments on commit b00a171

Please sign in to comment.