From 1022a399eecbabb503ad760ef38f45de7e1ffc92 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Sun, 11 Dec 2022 19:41:42 +0100 Subject: [PATCH] update index --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index b68b217..2fa0132 100644 --- a/index.js +++ b/index.js @@ -25,6 +25,7 @@ var LDAP = new LdapAuth({ LDAP.on('error', function (err) { console.error('LdapAuth: ', err); }); +ldapConf = null; fastify.addContentTypeParser('application/json', { parseAs: 'string'