Commit c601d288 authored by Peter Leitzen's avatar Peter Leitzen

Remove inclusion of unused strong memoize in alert presenter

parent a8c5790d
......@@ -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