mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-03-30 02:31:33 +00:00
style: format enterprise profile mapping line for prettier
This commit is contained in:
@@ -2119,7 +2119,9 @@ class ClaudeAccountService {
|
||||
organizationType: profileData.organization?.organization_type
|
||||
})
|
||||
|
||||
const organizationType = String(profileData.organization?.organization_type || '').toLowerCase()
|
||||
const organizationType = String(
|
||||
profileData.organization?.organization_type || ''
|
||||
).toLowerCase()
|
||||
const isEnterpriseOrg = organizationType === 'claude_enterprise'
|
||||
const hasClaudeMax = profileData.account?.has_claude_max === true || isEnterpriseOrg
|
||||
const hasClaudePro = profileData.account?.has_claude_pro === true && !hasClaudeMax
|
||||
|
||||
Reference in New Issue
Block a user