mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Lint
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
import { ChatCompletionResponse } from './ChatCompletionResponse.svelte'
|
||||
import { EventStreamContentType, fetchEventSource } from '@microsoft/fetch-event-source'
|
||||
import { getApiBase, getEndpointCompletions } from './ApiUtil.svelte'
|
||||
import type { ServerResponse } from 'http'
|
||||
|
||||
export let params = { chatId: '' }
|
||||
const chatId: number = parseInt(params.chatId)
|
||||
|
||||
Reference in New Issue
Block a user