mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fixed typo at ldap.js.
Thanks to xet7 !
This commit is contained in:
parent
f5eccc1605
commit
c27a00a4a8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue