NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Remove undefined as return type option for findMany #298

Closed pratishta closed 3 months ago

pratishta commented 4 months ago

The findMany() method returns an array so we should always expect a defined return object. Since we often use these domains as a reference when writing new schemas or endpoints, it's best to update them as soon as we clock an improvement. Reference comment

Acceptance criteria