mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 12:21:22 +08:00
fixed when auth is needed but not provided
This commit is contained in:
@@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
|
||||
} else {
|
||||
resolve(res);
|
||||
}
|
||||
});
|
||||
}).catch(error => reject(error));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user