This commit is contained in:
Isaac 2021-03-03 20:25:54 +00:00
parent b685bbd38f
commit 6cb5aef9d0

View File

@ -49,7 +49,7 @@ module.exports = async (log) => {
dialect: types[type].dialect, dialect: types[type].dialect,
host: DB_HOST, host: DB_HOST,
port: DB_PORT, port: DB_PORT,
logging: log.debug logging: text => log.debug(text)
}); });
} }