fix(ldapjs): rm typo

This commit is contained in:
dancingCycle 2023-05-12 10:07:56 +02:00
parent f36d95b321
commit eb1aaa2e08
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const ldap = require('ldapjs');
xvar ldapClient = ldap.createClient({
var ldapClient = ldap.createClient({
url:'ldaps://srv-dc.vbn-gmbh.local:636'
}, function (err){
if (err) {