Parcourir la source

Fixed typo at ldap.js.

Thanks to xet7 !
Lauri Ojansivu il y a 1 an
Parent
commit
c27a00a4a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 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) {