artisan-tattoo / assistant-api

A simple CRM for managing tattoo shops.
artisanassistant.com
67 stars 8 forks source link

schema declared but not used #78

Open ashleygwilliams opened 9 years ago

ashleygwilliams commented 9 years ago

this is the result of some shitty copy pasta from the mozilla publish api implementation in hapi where i implement a base route class, passing the schema to Joi. i need to fix it to work with Endpoints.

discovered by @steveklabnik when he was implementing error flashes on the frontend and saw the errors hit the db.

ashleygwilliams commented 9 years ago

jk it looks like i actually did everything fine. need more investigating.