notify-api-433b remove research mode

This commit is contained in:
Kenneth Kehl
2023-08-25 12:09:00 -07:00
parent b679550d97
commit 5a350560d7
32 changed files with 88 additions and 305 deletions

View File

@@ -66,7 +66,7 @@ def invite_user_to_org(organization_id):
reply_to_text=invited_org_user.invited_by.email_address
)
send_notification_to_queue(saved_notification, research_mode=False, queue=QueueNames.NOTIFY)
send_notification_to_queue(saved_notification, queue=QueueNames.NOTIFY)
return jsonify(data=invited_org_user.serialize()), 201