We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e0457 commit c33513eCopy full SHA for c33513e
package/src/store/apis/updatePollMessage.ts
@@ -57,8 +57,6 @@ export const updatePollMessage = <
57
own_votes: newOwnVotes,
58
});
59
60
- console.log('STORABLE POLL: ', newOwnVotes);
61
-
62
queries.push(
63
createUpdateQuery('poll', storablePoll, {
64
id: poll.id,
0 commit comments