This commit is contained in:
Adam Gough
2025-06-02 10:11:16 -07:00
parent a137df338c
commit 81d96ef746
@@ -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) {