Adding new files.

This commit is contained in:
Brian McGonagill 2024-08-21 07:11:11 -05:00
parent c70f9bd74e
commit b992c9d67e
4 changed files with 78 additions and 2 deletions

View file

@ -32,8 +32,6 @@ Meteor.methods({
prodOwner: this.userId,
prodStore: prodStore,
});
} else {
console.log(" ---- Product exsits in database already.");
}
},
'edit.product' (prodId, prodName, prodStore) {