andymeneely / dev-fortress-server

MIT License
4 stars 0 forks source link

Use 'has' for checking if the attribute exists on the requestbody #51

Closed ShaydeNofziger closed 7 years ago

ShaydeNofziger commented 7 years ago

Fixes #50

POST /api/teamtype was failing when a TeamType was created without a required field. The fix was to use the has module to check if the attribute existed on the body.