diff --git a/app/controllers/registration_controller.rb b/app/controllers/registration_controller.rb index 1589129d..c72e10f9 100644 --- a/app/controllers/registration_controller.rb +++ b/app/controllers/registration_controller.rb @@ -130,7 +130,7 @@ def process_update(update_request) end # Only send emails when we update the competing status - if status.present? + if status.present? && old_status != status EmailApi.send_update_email(@competition_id, user_id, status, @current_user) end