mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 20:20:38 +00:00
Merge pull request #306 from iaineng/main
fix: 修复Claude账户autoStopOnWarning字段无法更新的问题
This commit is contained in:
@@ -520,7 +520,8 @@ class ClaudeAccountService {
|
|||||||
'accountType',
|
'accountType',
|
||||||
'priority',
|
'priority',
|
||||||
'schedulable',
|
'schedulable',
|
||||||
'subscriptionInfo'
|
'subscriptionInfo',
|
||||||
|
'autoStopOnWarning'
|
||||||
]
|
]
|
||||||
const updatedData = { ...accountData }
|
const updatedData = { ...accountData }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user