mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Removed blank line
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
4b2a465c94
commit
e1f766756f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue