From e7ef8a42d2bb42eaa2a19d819cc7b264463bac41 Mon Sep 17 00:00:00 2001 From: Kiran K Date: Mon, 14 Oct 2024 22:16:04 +0530 Subject: [PATCH] update --- apps/web/lib/swr/use-links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/lib/swr/use-links.ts b/apps/web/lib/swr/use-links.ts index 03b561c335..a469250fbc 100644 --- a/apps/web/lib/swr/use-links.ts +++ b/apps/web/lib/swr/use-links.ts @@ -13,7 +13,7 @@ export default function useLinks( opts: z.infer = {}, swrOpts: SWRConfiguration = {}, ) { - const { id, webhookEnabled } = useWorkspace(); + const { id } = useWorkspace(); const { getQueryString } = useRouterStuff(); const [admin, setAdmin] = useState(false);