mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
cipher details create/update
This commit is contained in:
@ -27,7 +27,7 @@ namespace Bit.Core.Services
|
||||
_pushService = pushService;
|
||||
}
|
||||
|
||||
public async Task SaveAsync(Cipher cipher)
|
||||
public async Task SaveAsync(CipherDetails cipher)
|
||||
{
|
||||
if(cipher.Id == default(Guid))
|
||||
{
|
||||
|
Reference in New Issue
Block a user