From 33dea340613a481fa835652e4494e2cc82374624 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Tue, 22 Apr 2025 18:51:40 -0700 Subject: [PATCH] chore: removed unused pick --- .../src/services/app-connection/ldap/ldap-connection-schemas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts b/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts index 189a7490a..9a92285b6 100644 --- a/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts +++ b/backend/src/services/app-connection/ldap/ldap-connection-schemas.ts @@ -51,7 +51,6 @@ export const SanitizedLdapConnectionSchema = z.discriminatedUnion("method", [ provider: true, url: true, dn: true, - sslEnabled: true, sslRejectUnauthorized: true, sslCertificate: true })