@@ -45,7 +45,6 @@ async def send_post_request(body: dict):
}
if config.DEBUG:
loggingDict("Sending data to Medods", data, call_id)
loggingDict("Headers", headers, call_id)
r = await post_request(url=config.MEDODS_SERVER, headers=headers, json=data)
try:
res = {
The note is not visible to the blocked user.