1
0
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:
Kyle Spearrin
2018-08-20 16:01:26 -04:00
parent ddee5908f1
commit d0c51bacfd
15 changed files with 127 additions and 49 deletions

View File

@@ -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) => {