fixed adding menu items to the menu.

This commit is contained in:
Brian McGonagill 2025-06-21 13:24:24 -05:00
parent 055d574dcc
commit f12c6bb7c8
2 changed files with 7 additions and 5 deletions

View file

@ -128,7 +128,7 @@ Meteor.methods({
throw new Meteor.Error('You are not allowed to add items to menus. Make sure you are logged in with valid user credentials.');
}
serveDateActual = new Date(dateSrv);
let serveDateActual = new Date(dateSrv);
return Menus.updateAsync({ _id: menuId }, {
$addToSet: {