diff --git a/packages/server/src/integrations/microsoftSqlServer.ts b/packages/server/src/integrations/microsoftSqlServer.ts index 1ad16bda49..1c74e6b1ff 100644 --- a/packages/server/src/integrations/microsoftSqlServer.ts +++ b/packages/server/src/integrations/microsoftSqlServer.ts @@ -288,7 +288,7 @@ class SqlServerIntegration extends Sql implements DatasourcePlus { clientCfg.authentication = { type: "ntlm", - // @ts-ignore + // @ts-expect-error - username and password not required for NTLM options: { domain, },