mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-12 06:26:59 +08:00
@@ -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 => {
|
||||||
|
Reference in New Issue
Block a user