explain NTLM type ignore

This commit is contained in:
Martin McKeaveney 2024-11-20 12:11:48 +00:00
parent 13669f22ec
commit f96983184f
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class SqlServerIntegration extends Sql implements DatasourcePlus {
clientCfg.authentication = { clientCfg.authentication = {
type: "ntlm", type: "ntlm",
// @ts-ignore // @ts-expect-error - username and password not required for NTLM
options: { options: {
domain, domain,
}, },