Skip to content

Commit 18332b9

Browse files
committed
Lint
1 parent f1d6b9c commit 18332b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/copilot/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { z } from 'zod'
44
import { getSession } from '@/lib/auth'
55
import { getCopilotModel } from '@/lib/copilot/config'
66
import { TITLE_GENERATION_SYSTEM_PROMPT, TITLE_GENERATION_USER_PROMPT } from '@/lib/copilot/prompts'
7+
import { env } from '@/lib/env'
78
import { createLogger } from '@/lib/logs/console/logger'
89
import { db } from '@/db'
910
import { copilotChats } from '@/db/schema'
1011
import { executeProviderRequest } from '@/providers'
11-
import { env } from '@/lib/env'
1212

1313
const logger = createLogger('CopilotChatAPI')
1414

0 commit comments

Comments
 (0)