mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
bun lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user