Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
module Projects
module Prometheus
module Alerts
class UpdateService < BaseProjectService
include AlertParams
def execute(alert)
alert.update(alert_params)
end