Removed blank line
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
e1f766756f
commit
47e82ed83a
|
@ -264,7 +264,6 @@ exports.mssqlQuery = function (connectionString, query) {
|
|||
*/
|
||||
exports.postgresQuery = function (connectionString, query) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
const config = postgresConParse(connectionString);
|
||||
|
||||
if (config.password === "") {
|
||||
|
|
Loading…
Reference in New Issue