We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825b455 commit 6ec506eCopy full SHA for 6ec506e
1 file changed
apps/sim/app/api/workflows/[id]/yaml/route.ts
@@ -4,9 +4,8 @@ import { type NextRequest, NextResponse } from 'next/server'
4
import { z } from 'zod'
5
import { env } from '@/lib/env'
6
import { createLogger } from '@/lib/logs/console/logger'
7
-import { simAgentClient } from '@/lib/sim-agent'
+import { SIM_AGENT_API_URL_DEFAULT, simAgentClient } from '@/lib/sim-agent'
8
import { generateRequestId } from '@/lib/utils'
9
-import { SIM_AGENT_API_URL_DEFAULT } from '@/lib/sim-agent'
10
import {
11
loadWorkflowFromNormalizedTables,
12
saveWorkflowToNormalizedTables,
0 commit comments