1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00

Remove unsetting archive date on delete, which was introduced by mistake

This commit is contained in:
Nik Gilmore
2026-01-08 15:13:36 -08:00
parent 4f07425d1e
commit e9ba699b0a

View File

@@ -1651,7 +1651,6 @@ export class CipherService implements CipherServiceAbstraction {
return;
}
ciphers[cipherId].deletedDate = new Date().toISOString();
ciphers[cipherId].archivedDate = null;
};
if (typeof id === "string") {