updated format

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/1636/head
sur.la.route 2 years ago committed by GitHub
parent e198f2f1ab
commit 5bba19f866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save