mirror of https://github.com/louislam/uptime-kuma
parent
e198f2f1ab
commit
5bba19f866
|
@ -217,7 +217,6 @@ exports.sqlserver = function (connectionString, query) {
|
||||||
});
|
});
|
||||||
|
|
||||||
sql.connect(connectionString).then(pool => {
|
sql.connect(connectionString).then(pool => {
|
||||||
|
|
||||||
return pool.request()
|
return pool.request()
|
||||||
.query(query);
|
.query(query);
|
||||||
}).then(result => {
|
}).then(result => {
|
||||||
|
|
Loading…
Reference in New Issue