mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Fix mistake and clarify api method name (#347)
This commit is contained in:
@@ -31,7 +31,7 @@ export class FileUploadService implements FileUploadServiceAbstraction {
|
||||
break;
|
||||
case FileUploadType.Azure:
|
||||
const renewalCallback = async () => {
|
||||
const renewalResponse = await this.apiService.renewFileUploadUrl(uploadData.sendResponse.id,
|
||||
const renewalResponse = await this.apiService.renewSendFileUploadUrl(uploadData.sendResponse.id,
|
||||
uploadData.sendResponse.file.id);
|
||||
return renewalResponse.url;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user