perf: 修复 ConnectionToken 中 account id 的问题

pull/10889/head
Eric 2023-07-03 19:19:20 +08:00
parent 8b18f46613
commit d7f9f3b670
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ class ConnectionToken(JMSOrgBaseModel):
}
else:
data = {
'id': account.id,
'name': account.name,
'username': account.username,
'secret_type': account.secret_type,