mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
convert cipher service to ts
This commit is contained in:
@@ -33,7 +33,7 @@ class Attachment extends Domain {
|
||||
url: this.url,
|
||||
};
|
||||
|
||||
return this.decryptObj(model, this, {
|
||||
return this.decryptObj(model, {
|
||||
fileName: null,
|
||||
}, orgId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user