fix build

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-11-28 17:22:52 -05:00
parent 384e494ce1
commit 4de5950e24
@@ -22,7 +22,7 @@ import {
SchedulerService,
} from '@backstage/backend-plugin-api';
import { Handler } from 'express';
import { createOpenApiRouter } from '../../schema/openapi.generated';
import { createOpenApiRouter } from '../../schema/openapi';
import { MemoryEventBusStore } from './MemoryEventBusStore';
import { DatabaseEventBusStore } from './DatabaseEventBusStore';
import { EventBusStore } from './types';