freeCodeCamp / pantry-for-good

An open source food bank logistics and inventory management tool
Other
395 stars 189 forks source link

fixes #243 - validates that donation is NaN on server #324

Closed logangingerich closed 7 years ago

logangingerich commented 7 years ago

Checks that donation value is NaN on the server, and throws a BadRequestError if so.

jspaine commented 7 years ago

Thanks!