1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-30 03:31:30 +00:00

adding in some api tests

This commit is contained in:
Scott Tolksdorf
2017-01-01 17:47:26 -08:00
parent 5ba3f98696
commit 10f4759471
6 changed files with 68 additions and 14 deletions

View File

@@ -78,6 +78,7 @@ const BrewData = {
return Brew.findOne(query).exec();
},
create : (brew) => {
console.log('here');
delete brew.shareId;
delete brew.editId;