Fix Rubocop linting

This commit is contained in:
CactusPuppy 2021-03-23 15:00:02 -07:00
parent fbb16fb91b
commit 9ae19c8db6
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 11 additions and 11 deletions

View file

@ -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)