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:
Diffstat (limited to 'app/workers/incident_management/process_alert_worker_v2.rb')
-rw-r--r--app/workers/incident_management/process_alert_worker_v2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/incident_management/process_alert_worker_v2.rb b/app/workers/incident_management/process_alert_worker_v2.rb
index 04c02d17704..12434671527 100644
--- a/app/workers/incident_management/process_alert_worker_v2.rb
+++ b/app/workers/incident_management/process_alert_worker_v2.rb
@@ -32,7 +32,7 @@ module IncidentManagement
def create_issue_for(alert)
AlertManagement::CreateAlertIssueService
- .new(alert, User.alert_bot)
+ .new(alert, Users::Internal.alert_bot)
.execute
end