mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
adding in some api tests
This commit is contained in:
@@ -78,6 +78,7 @@ const BrewData = {
|
||||
return Brew.findOne(query).exec();
|
||||
},
|
||||
create : (brew) => {
|
||||
console.log('here');
|
||||
delete brew.shareId;
|
||||
delete brew.editId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user