From 81d96ef7467a65ab9d6a99dabccc4f9c93453e31 Mon Sep 17 00:00:00 2001 From: Adam Gough Date: Fri, 30 May 2025 12:22:58 -0700 Subject: [PATCH] bun lint --- apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts b/apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts index 8599c7911a..0e1c4d6ff7 100644 --- a/apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts +++ b/apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts @@ -41,7 +41,6 @@ export function useDeploymentChangeDetection(activeWorkflowId: string | null, is logger.debug(`Checking for changes in workflow ${requestedWorkflowId}`) try { - // Get the deployed state from the API const response = await fetch(`/api/workflows/${requestedWorkflowId}/status`) if (response.ok) {