We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc9a59 commit ae7b529Copy full SHA for ae7b529
1 file changed
README.md
@@ -15,7 +15,7 @@ Example:
15
const init = async () => {
16
console.log("Init LDAP Plugin.");
17
18
- const initLDAP = require("@openinc/parse-server-ldap");
+ const { init: initLDAP } = require("@openinc/parse-server-ldap");
19
initLDAP(Parse);
20
};
21
0 commit comments