mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
chore: expose fake change request access read model (#10818)
This commit is contained in:
parent
b81691b89e
commit
902c4cd7b8
@ -190,6 +190,7 @@ import ProjectStore from './features/project/project-store.js';
|
||||
import type { ReleasePlanMilestoneWriteModel } from './features/release-plans/release-plan-milestone.js';
|
||||
import type { IReleasePlanReadModel } from './features/release-plans/release-plan-read-model-type.js';
|
||||
import { ReleasePlanReadModel } from './features/release-plans/release-plan-read-model.js';
|
||||
import { FakeChangeRequestAccessReadModel } from './features/change-request-access-service/fake-change-request-access-read-model.js';
|
||||
|
||||
export async function initialServiceSetup(
|
||||
{ authentication }: Pick<IUnleashConfig, 'authentication'>,
|
||||
@ -460,6 +461,7 @@ export {
|
||||
UserSubscriptionsReadModel,
|
||||
FakeUserSubscriptionsReadModel,
|
||||
FakePrivateProjectChecker,
|
||||
FakeChangeRequestAccessReadModel,
|
||||
createFakeProjectReadModel,
|
||||
createFakePrivateProjectChecker,
|
||||
createProjectReadModel,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user