Skip to content

Commit 6ec506e

Browse files
Adam GoughAdam Gough
authored andcommitted
lint
1 parent 825b455 commit 6ec506e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • apps/sim/app/api/workflows/[id]/yaml

apps/sim/app/api/workflows/[id]/yaml/route.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import { type NextRequest, NextResponse } from 'next/server'
44
import { z } from 'zod'
55
import { env } from '@/lib/env'
66
import { createLogger } from '@/lib/logs/console/logger'
7-
import { simAgentClient } from '@/lib/sim-agent'
7+
import { SIM_AGENT_API_URL_DEFAULT, simAgentClient } from '@/lib/sim-agent'
88
import { generateRequestId } from '@/lib/utils'
9-
import { SIM_AGENT_API_URL_DEFAULT } from '@/lib/sim-agent'
109
import {
1110
loadWorkflowFromNormalizedTables,
1211
saveWorkflowToNormalizedTables,

0 commit comments

Comments
 (0)