lib/unsplash/curated_batch.rb in unsplash-1.5.5 vs lib/unsplash/curated_batch.rb in unsplash-1.5.6
- old
+ new
@@ -38,6 +38,6 @@
list = JSON.parse(connection.get("/curated_batches/#{id}/photos").body)
list.map { |photo| Unsplash::Photo.new photo }
end
end
-end
\ No newline at end of file
+end