mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 07:54:55 +00:00
WIP respond to Claude & add tests
This commit is contained in:
@@ -150,6 +150,7 @@ export class SendCreateCommand {
|
||||
encSend.deletionDate = sendView.deletionDate;
|
||||
encSend.expirationDate = sendView.expirationDate;
|
||||
encSend.emails = emails && emails.join(",");
|
||||
encSend.authType = req.authType;
|
||||
|
||||
await this.sendApiService.save([encSend, fileData]);
|
||||
const newSend = await this.sendService.getFromState(encSend.id);
|
||||
|
||||
Reference in New Issue
Block a user