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>2020-12-31 03:10:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-31 03:10:12 +0300
commitf9f496e7f19f574992b9543763490fda6d920e77 (patch)
tree3b0cf2eda897e32a3e4c8f234070b2dabc593b72 /app/mailers/previews/notify_preview.rb
parent7208156569518903735416b95a4a0d8f83255d41 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/mailers/previews/notify_preview.rb')
-rw-r--r--app/mailers/previews/notify_preview.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/previews/notify_preview.rb b/app/mailers/previews/notify_preview.rb
index 7d7273fc768..c70ac1428cd 100644
--- a/app/mailers/previews/notify_preview.rb
+++ b/app/mailers/previews/notify_preview.rb
@@ -169,7 +169,7 @@ class NotifyPreview < ActionMailer::Preview
cleanup do
note = create_note(noteable_type: 'Issue', noteable_id: issue.id, note: 'Issue note content')
- Notify.service_desk_new_note_email(issue.id, note.id, 'someone@gitlab.com').message
+ Notify.service_desk_new_note_email(issue.id, note.id).message
end
end