fix autostudio dabase jsons. (#6183)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
This commit is contained in:
湛露先生 2025-04-05 06:00:56 +08:00 committed by GitHub
parent 27e1656e06
commit 0a314c17c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class DatabaseManager:
{
"status": result.status,
"message": result.message,
"id": result.data.get("id") if result.status else None,
"id": result.data.get("id") if result.data else None,
}
)