1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

remove extraneous code

This commit is contained in:
jaasen-livefront
2024-09-11 14:35:13 -07:00
parent df4dc00aba
commit 573353116b
11 changed files with 7 additions and 144 deletions

View File

@@ -135,7 +135,7 @@ export class SendApiService implements SendApiServiceAbstraction {
return this.apiService.send("DELETE", "/sends/" + id, null, true, false);
}
async save(sendData: [Send, EncArrayBuffer]): Promise<void> {
async save(sendData: [Send, EncArrayBuffer]): Promise<any> {
const response = await this.upload(sendData);
const data = new SendData(response);