mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 23:50:58 -05:00
Pass explicit userId into CreateAsync
This commit is contained in:
@ -115,7 +115,7 @@ public class ImportCiphersCommand : IImportCiphersCommand
|
||||
}
|
||||
|
||||
// Create it all
|
||||
await _cipherRepository.CreateAsync(ciphers, newFolders);
|
||||
await _cipherRepository.CreateAsync(importingUserId, ciphers, newFolders);
|
||||
|
||||
// push
|
||||
await _pushService.PushSyncVaultAsync(importingUserId);
|
||||
|
Reference in New Issue
Block a user