From 96784a9bcbfc5ff9a86e8c4c1316e71ce93b6f3e Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Wed, 12 Jul 2023 10:16:10 +0100 Subject: [PATCH] fix catalogServiceRef import Signed-off-by: Jonathan Roebuck --- plugins/lighthouse-backend/src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lighthouse-backend/src/plugin.ts b/plugins/lighthouse-backend/src/plugin.ts index fd75cf048a..7acbd45634 100644 --- a/plugins/lighthouse-backend/src/plugin.ts +++ b/plugins/lighthouse-backend/src/plugin.ts @@ -19,7 +19,7 @@ import { createBackendPlugin, coreServices, } from '@backstage/backend-plugin-api'; -import { catalogServiceRef } from '@backstage/plugin-catalog-node'; +import { catalogServiceRef } from '@backstage/plugin-catalog-node/alpha'; import { createScheduler } from './service/createScheduler';