Мелкий рефакторинг

This commit is contained in:
Book Pauk
2018-12-27 13:06:22 +07:00
parent a342f382b9
commit dc1d511f1f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
const config = require('./config/config');
const config = require('./config');
const {initLogger, getLog} = require('./core/getLogger');
initLogger(config);
const log = getLog();