mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
updated format
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
e198f2f1ab
commit
5bba19f866
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ exports.sqlserver = function (connectionString, query) {
|
|||
});
|
||||
|
||||
sql.connect(connectionString).then(pool => {
|
||||
|
||||
return pool.request()
|
||||
.query(query);
|
||||
}).then(result => {
|
||||
|
|
Loading…
Reference in a new issue