mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Bug fix
This commit is contained in:
@@ -13,7 +13,7 @@ module Paapi
|
||||
end
|
||||
|
||||
def listings
|
||||
get(['Offers', 'Listings']).map {|d| Listing.new(d)}
|
||||
get(['Offers', 'Listings'])&.map {|d| Listing.new(d)}
|
||||
end
|
||||
|
||||
def asin
|
||||
|
||||
Reference in New Issue
Block a user