mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
Remove unsetting archive date on delete, which was introduced by mistake
This commit is contained in:
@@ -1651,7 +1651,6 @@ export class CipherService implements CipherServiceAbstraction {
|
||||
return;
|
||||
}
|
||||
ciphers[cipherId].deletedDate = new Date().toISOString();
|
||||
ciphers[cipherId].archivedDate = null;
|
||||
};
|
||||
|
||||
if (typeof id === "string") {
|
||||
|
||||
Reference in New Issue
Block a user