updated format

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
sur.la.route 2022-05-12 19:54:12 -05:00 committed by GitHub
parent e198f2f1ab
commit 5bba19f866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,6 @@ exports.sqlserver = function (connectionString, query) {
});
sql.connect(connectionString).then(pool => {
return pool.request()
.query(query);
}).then(result => {