(20250225) fml x2

This commit is contained in:
2025-02-25 13:49:42 +05:30
parent babc1f9123
commit 244c28d0c1
+1 -1
View File
@@ -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,