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

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-19 13:04:45 +02:00
parent ae3c730296
commit 18c281a859
@@ -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;