Skip to content

Commit

Permalink
Get string value for furnishing name
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot committed Aug 2, 2024
1 parent e13f33d commit 96d8bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def process(email_info: dict, token: str) -> dict: # pylint: disable=too-many-l
business=business.json(),
entity_dashboard_url=get_entity_dashboard_url(business_identifier, token),
extra_provincials=extra_provincials,
furnishing_name=furnishing.furnishing_name
furnishing_name=furnishing.furnishing_name.name
)
# get recipients
recipients = []
Expand Down

0 comments on commit 96d8bed

Please sign in to comment.