mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
sync folders and ciphers. fix dates
This commit is contained in:
@@ -644,7 +644,9 @@ export class CipherService implements CipherServiceAbstraction {
|
||||
}
|
||||
|
||||
if (typeof id === 'string') {
|
||||
const i = id as string;
|
||||
if (ciphers[id] == null) {
|
||||
return;
|
||||
}
|
||||
delete ciphers[id];
|
||||
} else {
|
||||
(id as string[]).forEach((i) => {
|
||||
|
||||
Reference in New Issue
Block a user