fix rebase issues

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-11-11 17:11:26 -05:00
parent db45906aa1
commit d924a5cd4f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ export namespace mockServices {
factory: () => ServiceFactory<
RootInstanceMetadataService,
'root',
'singleton' | 'multiton'
'singleton'
>;
}
// (undocumented)
@@ -43,6 +43,7 @@ import {
UserInfoService,
coreServices,
createServiceFactory,
RootLoggerService,
} from '@backstage/backend-plugin-api';
import { ConfigReader } from '@backstage/config';
import { EventsService, eventsServiceRef } from '@backstage/plugin-events-node';