Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Oct 14, 2024
1 parent 9214f8a commit e7ef8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/swr/use-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function useLinks(
opts: z.infer<typeof partialQuerySchema> = {},
swrOpts: SWRConfiguration = {},
) {
const { id, webhookEnabled } = useWorkspace();
const { id } = useWorkspace();
const { getQueryString } = useRouterStuff();

const [admin, setAdmin] = useState(false);
Expand Down

0 comments on commit e7ef8a4

Please sign in to comment.