From ae3c730296ea83d8ff8ac678a5667b5ef4972804 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 19 Aug 2024 13:04:29 +0200 Subject: [PATCH] Update plugins/catalog-backend/src/service/createRouter.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Johan Haals Signed-off-by: Johan Haals --- plugins/catalog-backend/src/service/createRouter.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/catalog-backend/src/service/createRouter.ts b/plugins/catalog-backend/src/service/createRouter.ts index 7c42814686..776cabce17 100644 --- a/plugins/catalog-backend/src/service/createRouter.ts +++ b/plugins/catalog-backend/src/service/createRouter.ts @@ -78,9 +78,6 @@ export interface RouterOptions { /** * Creates a catalog router. - * - * @public - * @deprecated Please migrate to the new backend system as this will be removed in the future. */ export async function createRouter( options: RouterOptions,