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 3b06a05 commit b245f4aCopy full SHA for b245f4a
package/src/store/apis/updateReaction.ts
@@ -18,7 +18,6 @@ export const updateReaction = async ({
18
reaction: ReactionResponse;
19
execute?: boolean;
20
}) => {
21
- console.log('EXECUTING UPDATE');
22
const queries: PreparedQueries[] = [];
23
let storableUser: ReturnType<typeof mapUserToStorable> | undefined;
24
0 commit comments