mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 06:29:17 -04:00
updated name on export
This commit is contained in:
parent
f0ad32a252
commit
c346ea7864
2 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@ exports.dnsResolve = function (hostname, resolverServer, rrtype) {
|
|||
* @param {string} query The query to validate the database with
|
||||
* @returns {Promise<(string[]|Object[]|Object)>}
|
||||
*/
|
||||
exports.sqlserver = function (connectionString, query) {
|
||||
exports.mssqlQuery = function (connectionString, query) {
|
||||
return new Promise((resolve, reject) => {
|
||||
mssql.on("error", err => {
|
||||
reject(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue