We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b8fde + 1a3866f commit 116ee61Copy full SHA for 116ee61
lib/intercom-rails/script_tag.rb
@@ -29,7 +29,7 @@ def initialize(options = {})
29
self.company_details = if options[:find_current_company_details]
30
find_current_company_details
31
elsif options[:user_details]
32
- options[:user_details].delete(:company) if options[:user_details]
+ options[:user_details].delete(:company)
33
end
34
self.nonce = options[:nonce]
35
0 commit comments