fix: loadConfig in exmaples

This commit is contained in:
nanov 2019-12-30 09:37:19 +02:00
parent c5e59414f3
commit e98a1f8cc3

View File

@ -32,4 +32,4 @@ const loadConfig = (configDirectory = path.join(__dirname, './config'), env = ge
}
}
module.exports = loadConfig();
module.exports = loadConfig;