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.
1 parent 376e40b commit 9494f06Copy full SHA for 9494f06
lib/algolia/models/recommend/recommend_hit.rb
@@ -99,8 +99,6 @@ def initialize(attributes = {})
99
100
if attributes.key?(:_score)
101
self._score = attributes[:_score]
102
- else
103
- self._score = nil
104
end
105
106
# add extra attribute to additional_properties
lib/algolia/models/recommend/trending_facet_hit.rb
@@ -71,8 +71,6 @@ def initialize(attributes = {})
71
72
73
74
75
76
77
78
if attributes.key?(:facet_name)
0 commit comments