Commit a505f568 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch 'pl-alert-presenter-strong-memoize' into 'master'

Remove inclusion of unused strong memoize in alert presenter

See merge request gitlab-org/gitlab!70297
parents c5e1751a c601d288
......@@ -2,7 +2,6 @@
module AlertManagement
class AlertPresenter < Gitlab::View::Presenter::Delegated
include Gitlab::Utils::StrongMemoize
include IncidentManagement::Settings
include ActionView::Helpers::UrlHelper
......@@ -65,6 +64,7 @@ module AlertManagement
private
attr_reader :alert, :project
delegate :alert_markdown, :full_query, to: :parsed_payload
def issue_summary_markdown
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment