aboutsummaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-04 14:18:20 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2022-01-04 14:18:20 +0200
commite7b4d365f287f173c8cc0b5a4d965c3a0579c2e0 (patch)
treeb80769ee992b47aaa2aa56828880764531deaab6 /server.js
parent2878bb666d1a2d1032683cd1783dbe6a9b505ba4 (diff)
downloadLYLLRuoka-e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0.tar.gz
LYLLRuoka-e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0.zip
Minor GUI improvements
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index 2ed10fc..d26da04 100644
--- a/server.js
+++ b/server.js
@@ -178,7 +178,7 @@ async function buildMain(args)
// get the food
let food;
- food = foods[ +(day < actualDay) ][day]; // test this out more
+ food = foods[ +(day < actualDay) ][day];
if (food !== undefined)
{
res["food-header"] = food[0];