Skip to content

Commit 3617476

Browse files
committed
lint
1 parent d7526c5 commit 3617476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/background/webhook-execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import { executeWorkflowCore } from '@/lib/workflows/executor/execution-core'
2121
import { PauseResumeManager } from '@/lib/workflows/executor/human-in-the-loop-manager'
2222
import { loadDeployedWorkflowState } from '@/lib/workflows/persistence/utils'
2323
import { getWorkflowById } from '@/lib/workflows/utils'
24+
import { getBlock } from '@/blocks'
2425
import { ExecutionSnapshot } from '@/executor/execution/snapshot'
2526
import type { ExecutionMetadata } from '@/executor/execution/types'
2627
import { hasExecutionResult } from '@/executor/utils/errors'
27-
import { getBlock } from '@/blocks'
2828
import { safeAssign } from '@/tools/safe-assign'
2929
import { getTrigger, isTriggerValid } from '@/triggers'
3030

0 commit comments

Comments
 (0)