1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

remove remaining checks for null folder id

This commit is contained in:
jaasen-livefront
2025-11-24 17:40:04 -08:00
parent 9122a8fd40
commit 90fce663a0
7 changed files with 10 additions and 14 deletions

View File

@@ -16,7 +16,6 @@ export class FolderView implements View, ITreeNodeObject {
}
this.id = f.id;
this.name = f.name.toString();
this.revisionDate = f.revisionDate;
}