mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
chore: fix lint formatting
This commit is contained in:
@@ -111,7 +111,7 @@ async function main() {
|
||||
})
|
||||
|
||||
const keyId = newKey.id
|
||||
const apiKey = newKey.apiKey
|
||||
const { apiKey } = newKey
|
||||
|
||||
console.log(`➕ Created test API key ${keyId} with total usage limit $${totalLimit}`)
|
||||
|
||||
@@ -145,6 +145,8 @@ main().catch(async (error) => {
|
||||
console.error('❌ Total usage limit test failed:', error)
|
||||
try {
|
||||
await redis.disconnect()
|
||||
} catch (_) {}
|
||||
} catch (_) {
|
||||
// Ignore disconnect errors during cleanup
|
||||
}
|
||||
process.exitCode = 1
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user