Commit b34373d7 authored by Kamil Trzciński's avatar Kamil Trzciński

Fix StrongMemoize

parent 9e7eb87c
......@@ -2,7 +2,7 @@ module Projects
module Prometheus
module Metrics
class BaseService
include StrongMemoize
include Gitlab::Utils::StrongMemoize
def initialize(metric, params = {})
@metric = metric
......
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