Skip to content

Commit 364975e

Browse files
committed
Update usePreviewSession.ts
1 parent f431ac7 commit 364975e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/twig/src/renderer/features/task-detail/hooks/usePreviewSession.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ interface PreviewSessionResult {
3131
export function usePreviewSession(
3232
adapter: "claude" | "codex",
3333
): PreviewSessionResult {
34-
const _projectId = useAuthStore((s) => s.projectId);
35-
3634
useEffect(() => {
3735
const service = getSessionService();
3836
service.startPreviewSession({ adapter });

0 commit comments

Comments
 (0)