lib/services/search.rb in Active-0.0.18 vs lib/services/search.rb in Active-0.0.21
- old
+ new
@@ -242,11 +242,9 @@
begin
Active.CACHE.set( Digest::MD5.hexdigest(end_point), self) if Active.CACHE
rescue Exception => e
end
-
-
rescue JSON::ParserError => e
raise RuntimeError, "JSON::ParserError json=#{res.body}"
@endIndex = 0
@pageSize = 0
\ No newline at end of file