Skip to content

Commit 81d96ef

Browse files
Adam GoughAdam Gough
authored andcommitted
bun lint
1 parent a137df3 commit 81d96ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/app/w/[id]/hooks/use-deployment-change-detection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export function useDeploymentChangeDetection(activeWorkflowId: string | null, is
4141
logger.debug(`Checking for changes in workflow ${requestedWorkflowId}`)
4242

4343
try {
44-
4544
// Get the deployed state from the API
4645
const response = await fetch(`/api/workflows/${requestedWorkflowId}/status`)
4746
if (response.ok) {

0 commit comments

Comments
 (0)