fix effectiveDate typo
This commit is contained in:
parent
d61aac5813
commit
9b4a6a3ad5
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue