decentraland / builder-server

Builder app backend
20 stars 17 forks source link

Bug when filtering collections by isPublished status #554

Closed cyaiox closed 1 year ago

cyaiox commented 2 years ago

🎉 Description

The Collection.Service::getCollections method is returning just 1 record when passing the param: isPublished.

📝 Details

Trying to filter collections by isPublished status, the Collection.Service::getCollections method is returning only 1 record instead of all the coincidences.