Commit 0b2c94b7 authored by Arturo Herrero's avatar Arturo Herrero

Remove loggable_arguments override

We can remove loggable_arguments given that the arguments are numeric.
parent 42295125
......@@ -5,7 +5,6 @@ class PropagateIntegrationGroupWorker
feature_category :integrations
idempotent!
loggable_arguments 1
# rubocop: disable CodeReuse/ActiveRecord
def perform(integration_id, min_id, max_id)
......
......@@ -5,7 +5,6 @@ class PropagateIntegrationInheritWorker
feature_category :integrations
idempotent!
loggable_arguments 1
# rubocop: disable CodeReuse/ActiveRecord
def perform(integration_id, min_id, max_id)
......
......@@ -5,7 +5,6 @@ class PropagateIntegrationProjectWorker
feature_category :integrations
idempotent!
loggable_arguments 1
# rubocop: disable CodeReuse/ActiveRecord
def perform(integration_id, min_id, max_id)
......
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