Fix Rubocop linting issues
This commit is contained in:
parent
e0b62469b2
commit
b9ff3a2530
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue