mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 20:10:53 +03: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 => {
|
sql.connect(connectionString).then(pool => {
|
||||||
|
|
||||||
return pool.request()
|
return pool.request()
|
||||||
.query(query);
|
.query(query);
|
||||||
}).then(result => {
|
}).then(result => {
|
||||||
|
|
Loading…
Reference in a new issue