feat: Add workflow history repository files (no-changelog) (#7071)

This commit is contained in:
Omar Ajoue
2023-09-06 12:23:40 +02:00
committed by GitHub
parent 689a77cc87
commit 25dc4d7825
7 changed files with 55 additions and 0 deletions

View File

@@ -166,6 +166,9 @@ export async function init(testConnectionOptions?: ConnectionOptions): Promise<v
connectionState.connected = true;
/**
* @important Do not add to these collections. Inject the repository as a dependency instead.
*/
collections.AuthIdentity = Container.get(AuthIdentityRepository);
collections.AuthProviderSyncHistory = Container.get(AuthProviderSyncHistoryRepository);
collections.EventDestinations = Container.get(EventDestinationsRepository);