From 244c28d0c11db6605b19590447e36ac5987bb0de Mon Sep 17 00:00:00 2001 From: khushal Date: Tue, 25 Feb 2025 13:49:42 +0530 Subject: [PATCH] (20250225) fml x2 --- api/blueprints/common/otp/timed_otp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/blueprints/common/otp/timed_otp.py b/api/blueprints/common/otp/timed_otp.py index 38107ad..e516bf5 100644 --- a/api/blueprints/common/otp/timed_otp.py +++ b/api/blueprints/common/otp/timed_otp.py @@ -342,7 +342,7 @@ async def verify_otp( # ┛┗┗┻┗┻ ┗┛┗┗┗ ┛┗┗ ┗┻┛┗┗┛┗ ┛┗┗┛┗┗ ┛ api_response = await current_app.http_client.post( - url = " https://api.thecaoffice.com/client/add/with/notes", + url = "https://api.thecaoffice.com/client/add/with/notes", headers = {"X-Session-Token": inbound_headers["X-Session-Token"]}, json = { "email": inbound_data.email,