Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[automated] Apply ESLint and Oxfmt fixes
  • Loading branch information
actions-user committed Feb 22, 2026
commit 117f62fb9f46afb4bd78e14802a1b57bc9c6adfe
1 change: 0 additions & 1 deletion src/stores/executionStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export type WorkflowExecutionResult = {

export type WorkflowExecutionState = 'idle' | 'running' | 'completed' | 'error'


export const useExecutionStore = defineStore('execution', () => {
const workflowStore = useWorkflowStore()
const canvasStore = useCanvasStore()
Expand Down
Loading