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:
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();
|
||||
|
||||
Reference in New Issue
Block a user