chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Return this.changes upon delete #107

Closed kenziebottoms closed 6 years ago

kenziebottoms commented 6 years ago

Context

We want to return the number of changes a DELETE function made, so we know whether we did anything. We need to do this for all data types that have a DELETE function.