Мелкий рефакторинг
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
const config = require('./config/config');
|
const config = require('./config');
|
||||||
|
|
||||||
const {initLogger, getLog} = require('./core/getLogger');
|
const {initLogger, getLog} = require('./core/getLogger');
|
||||||
initLogger(config);
|
initLogger(config);
|
||||||
const log = getLog();
|
const log = getLog();
|
||||||
|
|||||||
Reference in New Issue
Block a user