Explorar o código

Fixed typo at ldap.js.

Thanks to xet7 !
Lauri Ojansivu hai 1 ano
pai
achega
c27a00a4a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/wekan-ldap/server/ldap.js

+ 1 - 1
packages/wekan-ldap/server/ldap.js

@@ -1,6 +1,6 @@
 import ldapjs from 'ldapjs';
 import ldapjs from 'ldapjs';
 import util from 'util';
 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
 // copied from https://github.com/ldapjs/node-ldapjs/blob/a113953e0d91211eb945d2a3952c84b7af6de41c/lib/filters/index.js#L167
 function escapedToHex (str) {
 function escapedToHex (str) {