mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 21:38:37 +08:00
@@ -217,7 +217,6 @@ exports.sqlserver = function (connectionString, query) {
|
||||
});
|
||||
|
||||
sql.connect(connectionString).then(pool => {
|
||||
|
||||
return pool.request()
|
||||
.query(query);
|
||||
}).then(result => {
|
||||
|
Reference in New Issue
Block a user