Fix oputil

This commit is contained in:
Bryan Ashby
2020-07-06 19:13:22 -06:00
parent 9d8b43b605
commit c91ae50c6b
3 changed files with 14 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ function getConfigPath() {
function initConfig(cb) {
const configPath = getConfigPath();
config.init(configPath, { keepWsc : true, hotReload : false }, cb);
config.Config.create(configPath, { keepWsc : true, hotReload : false }, cb);
}
function initConfigAndDatabases(cb) {