diff options
Diffstat (limited to 'model.js')
-rw-r--r-- | model.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) => { |