Fix Rubocop linting
This commit is contained in:
parent
fbb16fb91b
commit
9ae19c8db6
2 changed files with 11 additions and 11 deletions
8
app/helpers/external/mailbluster_helper.rb
vendored
8
app/helpers/external/mailbluster_helper.rb
vendored
|
|
@ -37,10 +37,10 @@ module External
|
|||
'Authorization' => ENV['MAILBLUSTER_API_KEY']
|
||||
},
|
||||
body: {
|
||||
'email' => user.email,
|
||||
'firstName' => user.name,
|
||||
'addTags' => add_tags,
|
||||
'removeTags' => remove_tags
|
||||
'email' => user.email,
|
||||
'firstName' => user.name,
|
||||
'addTags' => add_tags,
|
||||
'removeTags' => remove_tags
|
||||
}.to_json
|
||||
}
|
||||
email_hash = Digest::MD5.hexdigest(old_email.presence || user.email)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue