mirror of https://github.com/microsoft/autogen.git
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…
Reference in New Issue