Fix Rubocop linting issues

This commit is contained in:
CactusPuppy 2021-03-30 22:21:03 -07:00
parent 02db4211ae
commit 1c1d09fefc
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -5,6 +5,6 @@ class MailblusterEditLeadJob < ApplicationJob
def perform(user, add_tags: [], remove_tags: [], old_email: nil)
ApplicationController.helpers.edit_lead(user,
add_tags: add_tags, remove_tags: remove_tags, old_email: old_email)
add_tags: add_tags, remove_tags: remove_tags, old_email: old_email)
end
end
end