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:
@@ -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