Update plugins/catalog-backend/src/service/NextCatalogBuilder.ts

Co-authored-by: Jussi Hallila <jussi@hallila.com>
Signed-off-by: Bryce Larson <bryce.larson@originenergy.com.au>
This commit is contained in:
Bryce Larson
2021-11-05 10:25:28 +11:00
committed by Bryce Larson
parent b90fc74d70
commit 23348dd586
@@ -281,7 +281,7 @@ export class NextCatalogBuilder {
* parsing, and processing entities before they are persisted in the catalog. Changing
* the order of processing can give more control to custom processors.
*
* Consider using with with {@link NextCatalogBuilder#replaceProcessors}
* Consider using with {@link NextCatalogBuilder#replaceProcessors}
*
*/
getDefaultProcessors(): CatalogProcessor[] {
@@ -417,7 +417,7 @@ export class NextCatalogBuilder {
}
private buildProcessors(): CatalogProcessor[] {
const { config, logger, reader } = this.env;
const { config, reader } = this.env;
const integrations = ScmIntegrations.fromConfig(config);
this.checkDeprecatedReaderProcessors();