mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-26 06:45:13 +00:00
Revert: 撤销 584fa8c 之后的所有提交
This commit is contained in:
@@ -921,9 +921,7 @@ class ApiKeyService {
|
||||
return keyIds
|
||||
.map((id, i) => {
|
||||
const [err, fields] = results[i]
|
||||
if (err) {
|
||||
return null
|
||||
}
|
||||
if (err) return null
|
||||
return {
|
||||
id,
|
||||
claudeAccountId: fields[0] || null,
|
||||
|
||||
Reference in New Issue
Block a user