Skip to content

Commit c1e0176

Browse files
committed
temp
1 parent 72dc2a0 commit c1e0176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commonwealth/client/scripts/state/api/threads/deleteThread.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { trpc } from 'utils/trpcClient';
66
import { useAuthModalStore } from '../../ui/modals';
77
import { updateCommunityThreadCount } from '../communities/getCommuityById';
88
import { removeThreadFromAllCaches } from './helpers/cache';
9-
9+
//temp
1010
export const buildDeleteThreadInput = async (
1111
address: string,
1212
thread: Thread,

0 commit comments

Comments
 (0)