mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 18:44:51 +00:00
style: format all files with prettier
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -211,7 +211,9 @@ class ServiceRatesService {
|
||||
* 根据账户类型获取服务类型(优先级高于模型推断)
|
||||
*/
|
||||
getServiceFromAccountType(accountType) {
|
||||
if (!accountType) return null
|
||||
if (!accountType) {
|
||||
return null
|
||||
}
|
||||
|
||||
const mapping = {
|
||||
claude: 'claude',
|
||||
|
||||
Reference in New Issue
Block a user