mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
convert cipher service to ts
This commit is contained in:
@@ -103,7 +103,7 @@ class Cipher extends Domain {
|
||||
fields: null as any[],
|
||||
};
|
||||
|
||||
await this.decryptObj(model, this, {
|
||||
await this.decryptObj(model, {
|
||||
name: null,
|
||||
notes: null,
|
||||
}, this.organizationId);
|
||||
|
||||
Reference in New Issue
Block a user