Skip to content

Commit da83159

Browse files
author
Theodore Li
committed
Fix lint
1 parent eff731b commit da83159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/utils/workflow-execution-utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { v4 as uuidv4 } from 'uuid'
21
import { createLogger } from '@sim/logger'
2+
import { v4 as uuidv4 } from 'uuid'
33
import type {
44
BlockCompletedData,
55
BlockErrorData,
@@ -13,6 +13,7 @@ import type {
1313
StreamingExecution,
1414
} from '@/executor/types'
1515
import { stripCloneSuffixes } from '@/executor/utils/subflow-utils'
16+
1617
const logger = createLogger('workflow-execution-utils')
1718

1819
import { useExecutionStore } from '@/stores/execution'

0 commit comments

Comments
 (0)