Skip to content

Commit 02d8d47

Browse files
Code updated
1 parent c735feb commit 02d8d47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ClientAdvisor/App/app.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ async def ensure_cosmos():
14761476
return jsonify({"error": "CosmosDB is not configured or not working"}), 500
14771477

14781478
await cosmos_conversation_client.cosmosdb_client.close()
1479-
return jsonify({"message": "CosmosDB is configured and working."}), 200
1479+
return jsonify({"message": "CosmosDB is configured and working"}), 200
14801480
except Exception as e:
14811481
logging.exception("Exception in /history/ensure")
14821482
cosmos_exception = str(e)
@@ -1642,5 +1642,4 @@ def get_users():
16421642
if conn:
16431643
conn.close()
16441644

1645-
16461645
app = create_app()

0 commit comments

Comments
 (0)