mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
Removed blank line
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
co-authored by
Matthew Nickson
parent
4b2a465c94
commit
e1f766756f
@@ -263,7 +263,6 @@ exports.mssqlQuery = function (connectionString, query) {
|
||||
* @returns {Promise<(string[]|Object[]|Object)>}
|
||||
*/
|
||||
exports.postgresQuery = function (connectionString, query) {
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
const config = postgresConParse(connectionString);
|
||||
|
||||
Reference in New Issue
Block a user