diff --git a/docs/integrations/ldap/org.md b/docs/integrations/ldap/org.md index d1438aba8b..b9c09103b4 100644 --- a/docs/integrations/ldap/org.md +++ b/docs/integrations/ldap/org.md @@ -30,8 +30,8 @@ yarn add @backstage/plugin-catalog-backend-module-ldap ```typescript // packages/backend/src/plugins/catalog.ts builder.addProcessor( - LdapOrgReaderProcessor.fromConfig(config, { - logger, + LdapOrgReaderProcessor.fromConfig(env.config, { + logger: env.logger, }), ); ```