From 4d22f53531544f0d2565b9f69d169dbee405807e Mon Sep 17 00:00:00 2001 From: mol Date: Thu, 14 Dec 2023 12:52:50 +0800 Subject: [PATCH] test --- plugins/cook/db/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cook/db/index.js b/plugins/cook/db/index.js index 74ce904..7afa963 100644 --- a/plugins/cook/db/index.js +++ b/plugins/cook/db/index.js @@ -5,7 +5,7 @@ let recipeData; let loaded = false; function parser() { - csv = createParser(); + const csv = createParser(); return new Promise((r, j) => { csv.parserFile('./recipe.csv', function (err, data) { if (err) {