diff --git a/plugins/catalog-backend/src/service/CatalogBuilder.ts b/plugins/catalog-backend/src/service/CatalogBuilder.ts index 368f8ae731..585ed272e7 100644 --- a/plugins/catalog-backend/src/service/CatalogBuilder.ts +++ b/plugins/catalog-backend/src/service/CatalogBuilder.ts @@ -126,7 +126,8 @@ export type CatalogPermissionRuleInput< /** * @deprecated Please migrate to the new backend system as this will be removed in the future. - * @public */ + * @public + */ export type CatalogEnvironment = { logger: LoggerService; database: DatabaseService;