Commit ca35aea7 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Remove the include of StrongMemoize

parent ddb38cf1
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
module Security module Security
# This service class stores the findings metadata for all pipelines. # This service class stores the findings metadata for all pipelines.
class StoreFindingsMetadataService < ::BaseService class StoreFindingsMetadataService < ::BaseService
include Gitlab::Utils::StrongMemoize
attr_reader :security_scan, :report attr_reader :security_scan, :report
def self.execute(security_scan, report) def self.execute(security_scan, report)
......
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