chore: enable e2e test for already existing members of shared vaults (#2396)
This commit is contained in:
@@ -189,6 +189,9 @@ export class VaultInviteService
|
||||
sharedVaultContacts: contacts,
|
||||
permission,
|
||||
})
|
||||
if (result.isFailed()) {
|
||||
return Result.fail(result.getError())
|
||||
}
|
||||
|
||||
void this.notifyEvent(VaultInviteServiceEvent.InviteSent)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user