Skip to content

Commit 63e9dff

Browse files
committed
fix(build): fix build errors
1 parent 8f61262 commit 63e9dff

File tree

1 file changed

+1
-0
lines changed
  • apps/sim/app/api/mothership/chat/stop

1 file changed

+1
-0
lines changed

apps/sim/app/api/mothership/chat/stop/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { type NextRequest, NextResponse } from 'next/server'
66
import { z } from 'zod'
77
import { getSession } from '@/lib/auth'
88
import { normalizeMessage, type PersistedMessage } from '@/lib/copilot/chat/persisted-message'
9+
import { releasePendingChatStream } from '@/lib/copilot/request/session'
910
import { taskPubSub } from '@/lib/copilot/tasks'
1011

1112
const logger = createLogger('MothershipChatStopAPI')

0 commit comments

Comments
 (0)