From be6cfe2284efadd7790669ee830e68f760c06dbb Mon Sep 17 00:00:00 2001 From: Macbook Date: Mon, 16 Feb 2026 14:11:46 +0300 Subject: [PATCH] fix 0.1 --- src/api/n3health.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/n3health.py b/src/api/n3health.py index f510d2f..7ffda1e 100644 --- a/src/api/n3health.py +++ b/src/api/n3health.py @@ -60,7 +60,7 @@ async def resend(trackingID: str, IdPatientMis: str): "X-Id-Lpu": settings.n3healthXIdLpu, } data = { - "trackingID": trackingID, + "trackingId": trackingID, "IdPatientMis": [str(IdPatientMis)], "delivery": ["sms"], }