mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 00:30:23 +00:00
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:
parent
27e1656e06
commit
0a314c17c7
@ -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,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user