mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
fix: 去除logger自动添加metadata字段
This commit is contained in:
@@ -2081,8 +2081,8 @@ const updateAccount = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
if (props.account.platform === 'gemini' && form.value.projectId) {
|
||||
data.projectId = form.value.projectId
|
||||
if (props.account.platform === 'gemini') {
|
||||
data.projectId = form.value.projectId || ''
|
||||
}
|
||||
|
||||
// Claude 官方账号优先级和订阅类型更新
|
||||
|
||||
Reference in New Issue
Block a user