mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
remove extraneous code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user