chore: remove sync call causing tests to become flaky

This commit is contained in:
Aman Harwara
2023-10-02 19:15:58 +05:30
parent 78d9ad3c2a
commit fff4696fa2
3 changed files with 2 additions and 11 deletions

View File

@@ -921,7 +921,6 @@ export class Dependencies {
this.factory.set(TYPES.SharedVaultService, () => {
return new SharedVaultService(
this.get<SyncService>(TYPES.SyncService),
this.get<ItemManager>(TYPES.ItemManager),
this.get<SessionManager>(TYPES.SessionManager),
this.get<VaultUserService>(TYPES.VaultUserService),