aboutsummaryrefslogtreecommitdiff
path: root/food.js
diff options
context:
space:
mode:
authorJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-15 20:05:32 +0300
committerJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-15 20:05:32 +0300
commitb2925ef2579050c484a552f2cd9c0ffed11fb1e9 (patch)
treecf7708162afe815ef855e8af5e9a1012d2587ff6 /food.js
parent98a7a9947828514372d873b88fcdcdf44a358dd3 (diff)
downloadLYLLRuoka-b2925ef2579050c484a552f2cd9c0ffed11fb1e9.tar.gz
LYLLRuoka-b2925ef2579050c484a552f2cd9c0ffed11fb1e9.zip
Bug fixes & started setup.sh
Diffstat (limited to 'food.js')
-rw-r--r--food.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/food.js b/food.js
index bd2ae75..a9b5ad4 100644
--- a/food.js
+++ b/food.js
@@ -48,6 +48,7 @@ async function buildFoods(DB)
}
}
await Promise.all(foodInitOperations);
+ console.log("Foods built");
}
function getFoodLink(week)
@@ -58,4 +59,4 @@ function getFoodLink(week)
exports.foods = scrapeFood;
exports.link = getFoodLink;
-exports.build = buildFoods; \ No newline at end of file
+exports.build = buildFoods;