diff options
author | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-10-17 10:59:43 +0300 |
---|---|---|
committer | Joel Kronqvist <work.joelkronqvist@gmail.com> | 2022-10-17 10:59:43 +0300 |
commit | 22a4830bb09cbecf6c2e8e52601a4e821bddbe8e (patch) | |
tree | 43db3f30041f63cbc98fac9da331e6e256f7f870 /food.js | |
parent | c38a4cfc0d9c8dbd91c07b03a393a0dd89721b5a (diff) | |
download | LYLLRuoka-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.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ async function buildFoods(DB) } } await Promise.all(foodInitOperations); - console.log("Foods built"); } function getFoodLink(week) |