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

Fix the interface of PopulateVulnerabilityHistoricalStatistics#perform

parent d7701df5
......@@ -5,7 +5,7 @@ module Gitlab
# This class creates/updates those project historical vulnerability statistics
# that haven't been created nor initialized. It should only be executed in EE.
class PopulateVulnerabilityHistoricalStatistics
def perform(project_ids)
def perform(project_ids, retention_period = 90)
end
end
end
......
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