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 c28cdd8 commit e1ab063Copy full SHA for e1ab063
lib/algolia/models/recommend/time_range.rb
@@ -62,14 +62,10 @@ def initialize(attributes = {})
62
63
if attributes.key?(:from)
64
self.from = attributes[:from]
65
- else
66
- self.from = nil
67
end
68
69
if attributes.key?(:_until)
70
self._until = attributes[:_until]
71
72
- self._until = nil
73
74
75
lib/algolia/models/search/time_range.rb
0 commit comments