updated name on export

This commit is contained in:
Christopher Pickering 2022-05-13 08:57:06 -05:00
parent f0ad32a252
commit c346ea7864
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 3 additions and 3 deletions

View file

@ -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);