Skip to content

Commit 492d267

Browse files
committed
lint fix
1 parent f984dbe commit 492d267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/src/chatgpt/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { ChatGPTAPI, ChatGPTUnofficialProxyAPI } from 'chatgpt'
55
import { SocksProxyAgent } from 'socks-proxy-agent'
66
import httpsProxyAgent from 'https-proxy-agent'
77
import fetch from 'node-fetch'
8-
import type { AuditConfig, CHATMODEL, KeyConfig, UserInfo } from 'src/storage/model'
9-
import { Status } from "src/storage/model";
8+
import type { AuditConfig, CHATMODEL, KeyConfig, UserInfo } from '../storage/model'
9+
import { Status } from '../storage/model'
1010
import jwt_decode from 'jwt-decode'
1111
import dayjs from 'dayjs'
1212
import type { TextAuditService } from '../utils/textAudit'

0 commit comments

Comments
 (0)