aboutsummaryrefslogtreecommitdiff
path: root/food.js
diff options
context:
space:
mode:
authorJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-17 10:59:43 +0300
committerJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-17 10:59:43 +0300
commit22a4830bb09cbecf6c2e8e52601a4e821bddbe8e (patch)
tree43db3f30041f63cbc98fac9da331e6e256f7f870 /food.js
parentc38a4cfc0d9c8dbd91c07b03a393a0dd89721b5a (diff)
downloadLYLLRuoka-22a4830bb09cbecf6c2e8e52601a4e821bddbe8e.tar.gz
LYLLRuoka-22a4830bb09cbecf6c2e8e52601a4e821bddbe8e.zip
Imroved README.md, modified server to update on start
Also minor changes to setup.sh and update.js. In update.js the updation function was changed to take a database connection (as in database.js) instead of a string with the credentials to the DB.
Diffstat (limited to 'food.js')
-rw-r--r--food.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/food.js b/food.js
index a9b5ad4..4b9ef74 100644
--- a/food.js
+++ b/food.js
@@ -48,7 +48,6 @@ async function buildFoods(DB)
}
}
await Promise.all(foodInitOperations);
- console.log("Foods built");
}
function getFoodLink(week)