lib/eco/api/session/batch.rb in eco-helpers-1.0.3 vs lib/eco/api/session/batch.rb in eco-helpers-1.0.4

- old
+ new

@@ -75,10 +75,10 @@ case people_matching.length when 1 status.set_person_match(entry, people_matching.first) when 2..Float::INFINITY - status.set_people_match(entry, people.matching) + status.set_people_match(entry, people_matching) end end end end end