diff --git a/app/controllers/invite_controller.rb b/app/controllers/invite_controller.rb index 3fb9044e..30f18a72 100644 --- a/app/controllers/invite_controller.rb +++ b/app/controllers/invite_controller.rb @@ -194,7 +194,7 @@ def notify_slack(first_name,last_name,email) if ENV["SLACK_WEBHOOK_URL"] notifier = Slack::Notifier.new ENV["SLACK_WEBHOOK_URL"], username: "Boarding Bot" - notifier.ping text: "Added new tester to TestFlight App #{app_metadata[:title]}: #{email} - #{first_name} #{last_name}", icon_emoji: ":airplane:" + notifier.ping text: "Added new tester to TestFlight App #{app_metadata[:title]}: #{first_name} #{last_name}", icon_emoji: ":airplane:" end end