mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Eslint
This commit is contained in:
@@ -80,7 +80,7 @@ export class Database {
|
||||
* @param {boolean} noLog Should logs not be output?
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
static async connect(autoloadModels = true, noLog = false) {
|
||||
static async connect(autoloadModels = true) {
|
||||
const acquireConnectionTimeout = 120 * 1000;
|
||||
let dbConfig;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user