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 325ead0 commit d4d99b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 d4d99b9

Please sign in to comment.