Skip to content

Commit

Permalink
add logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 29, 2025
1 parent d18cb49 commit b35cffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def provision_member():
response_object["inserted_at"] = current_timestamp
# call Core API to send the welcome email/pkpass to the member.
provision_membership_pkpass(email)
logger.info("Sent welcome email with pkpass.")
return Response(
status_code=201,
content_type=content_types.APPLICATION_JSON,
Expand Down

0 comments on commit b35cffe

Please sign in to comment.