We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dc2a0 commit c1e0176Copy full SHA for c1e0176
packages/commonwealth/client/scripts/state/api/threads/deleteThread.ts
@@ -6,7 +6,7 @@ import { trpc } from 'utils/trpcClient';
6
import { useAuthModalStore } from '../../ui/modals';
7
import { updateCommunityThreadCount } from '../communities/getCommuityById';
8
import { removeThreadFromAllCaches } from './helpers/cache';
9
-
+//temp
10
export const buildDeleteThreadInput = async (
11
address: string,
12
thread: Thread,
0 commit comments