Skip to content

Commit 9ce1a1b

Browse files
committed
Lint
1 parent d44dc57 commit 9ce1a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/copilot/tools/client/workflow/set-global-workflow-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
ClientToolCallState,
66
} from '@/lib/copilot/tools/client/base-tool'
77
import { createLogger } from '@/lib/logs/console/logger'
8-
import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
98
import { useVariablesStore } from '@/stores/panel/variables/store'
9+
import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
1010

1111
interface OperationItem {
1212
operation: 'add' | 'edit' | 'delete'

0 commit comments

Comments
 (0)