Merge branch 'dev' into 'main'

update menu items method

See merge request bmcgonag/get_my!12
This commit is contained in:
Brian McGonagill 2024-08-18 13:51:55 +00:00
commit 36a4792579

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,