From 9e66dac558cf2f73c6f040a1a7df4e7bf67e302d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 10 Jul 2022 11:20:56 +0430 Subject: updated the readme --- model.js | 1 + 1 file changed, 1 insertion(+) (limited to 'model.js') diff --git a/model.js b/model.js index dde3913..207b62b 100644 --- a/model.js +++ b/model.js @@ -38,6 +38,7 @@ function dbInit() { }); } +// only used for testing, otherwise unused function populateDB(model) { let filePaths = fs.readdirSync(path.join(__dirname, "mds")); filePaths.forEach((fileName) => { -- cgit v1.2.3