From 9b4a6a3ad5ec7b6d0d64519b841ed467ae03ce91 Mon Sep 17 00:00:00 2001 From: ipu Date: Thu, 18 Sep 2025 13:49:25 +0300 Subject: [PATCH] fix effectiveDate typo --- src/services/chat_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/chat_service.py b/src/services/chat_service.py index 321d0c9..0aefdf7 100644 --- a/src/services/chat_service.py +++ b/src/services/chat_service.py @@ -155,8 +155,8 @@ class ChatService: for p in application["plans"]: plans_info += f"{str(p)}\n" instructions += plans_info - if application.get("phq", {}).get("effective_date", None): - effective_date = application.get("phq", {}).get("effective_date", None) + if application.get("phq", {}).get("effectiveDate", None): + effective_date = application.get("phq", {}).get("effectiveDate", None) instructions += f"Plan effective date: {effective_date}" if current_page: