mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
fix: 修复oauth的claude账号在apikey最后使用显示未已删除的bug
This commit is contained in:
@@ -227,6 +227,9 @@ class ClaudeRelayService {
|
||||
options
|
||||
)
|
||||
|
||||
response.accountId = accountId
|
||||
response.accountType = accountType
|
||||
|
||||
// 移除监听器(请求成功完成)
|
||||
if (clientRequest) {
|
||||
clientRequest.removeListener('close', handleClientDisconnect)
|
||||
|
||||
Reference in New Issue
Block a user