update menu items method

This commit is contained in:
Brian McGonagill 2024-08-18 08:51:31 -05:00
parent 206cb65fa7
commit a139335a4c

View file

@ -19,8 +19,6 @@ Meteor.methods({
throw new Meteor.Error('You are not allowed to add items. Make sure you are logged in with valid user credentials.');
}
serveDateActual = new Date(serveDate);
return MenuItems.insert({
itemName: itemName,
addedBy: this.userId,