NYCPlanning / deprecated-labs-zap-api

Deprecated version of the ZAP API, see https://github.com/NYCPlanning/labs-zap-api
Other
5 stars 3 forks source link

141: Log stack trace for exceptions from upsertGeoms util #142

Closed ghost closed 5 years ago

ghost commented 5 years ago

Previously, the upsertGeoms util was silently swallowing errors. This PR removes the try/catch from the upsertGeoms util, and adds it to the new-filed route, along with exception logging there.