diff --git a/app/main.py b/app/main.py index 6fa1c9a..ffb4513 100644 --- a/app/main.py +++ b/app/main.py @@ -716,6 +716,8 @@ async def leasing_v1_lessor(request: Request): "prompts": None } + logger.debug(response) + return JSONr(response)