Fixed typo at ldap.js.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-09-15 16:51:45 +03:00
parent f5eccc1605
commit c27a00a4a8

View file

@ -1,6 +1,6 @@
import ldapjs from 'ldapjs';
import util from 'util';
import { Log } from 'meteor/logging'
import { Log } from 'meteor/logging';
// copied from https://github.com/ldapjs/node-ldapjs/blob/a113953e0d91211eb945d2a3952c84b7af6de41c/lib/filters/index.js#L167
function escapedToHex (str) {