fix effectiveDate typo

This commit is contained in:
ipu 2025-09-18 13:49:25 +03:00
parent d61aac5813
commit 9b4a6a3ad5

View file

@ -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: