sharetribe / harmony

Availability management backend and API for Sharetribe marketplaces
https://www.sharetribe.com
Apache License 2.0
19 stars 11 forks source link

Return empty db result as nil, not {} #30

Closed ovan closed 7 years ago

ovan commented 7 years ago

This caused e.g. show-bookable API call to fail because we assumed a nil value to indicate no match but instead an empty map was passed through which then failed schema validation.