From 8ebf0c162c1266f9bfce688ac8150b7244fcd91a Mon Sep 17 00:00:00 2001 From: Colin McKechney Date: Mon, 1 May 2023 01:03:29 +0000 Subject: [PATCH] added extra null --- backend/src/api/week.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/api/week.rs b/backend/src/api/week.rs index 359bcd5..1398fb8 100644 --- a/backend/src/api/week.rs +++ b/backend/src/api/week.rs @@ -111,6 +111,7 @@ fn add_menu_items(items: MenuItems) -> Result<()> { NULL, NULL, NULL, + NULL, 1)", items.net_id).as_str()).build()?; for item in items.item_list {