Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-18 00:10:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-18 00:10:42 +0300
commitcd8520845d9205622b5acf301b68c0ac7d81aaec (patch)
treec02e55501f836a867f62ac52dd74fa0fc99994de /app/workers/emails_on_push_worker.rb
parent49bb78aac34a111c0fb13aae3a83b078be351fd3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/emails_on_push_worker.rb')
-rw-r--r--app/workers/emails_on_push_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/emails_on_push_worker.rb b/app/workers/emails_on_push_worker.rb
index 96acb4be77c..9c4418c5f31 100644
--- a/app/workers/emails_on_push_worker.rb
+++ b/app/workers/emails_on_push_worker.rb
@@ -58,7 +58,7 @@ class EmailsOnPushWorker # rubocop:disable Scalability/IdempotentWorker
end
end
- EmailsOnPushService.valid_recipients(recipients).each do |recipient|
+ Integrations::EmailsOnPush.valid_recipients(recipients).each do |recipient|
send_email(
recipient,
project_id,