mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
Getting the user's access token for file upload (#8877)
This commit is contained in:
@@ -70,7 +70,7 @@ export class EventUploadService implements EventUploadServiceAbstraction {
|
||||
return req;
|
||||
});
|
||||
try {
|
||||
await this.apiService.postEventsCollect(request);
|
||||
await this.apiService.postEventsCollect(request, userId);
|
||||
} catch (e) {
|
||||
this.logService.error(e);
|
||||
// Add the events back to state if there was an error and they were not uploaded.
|
||||
|
||||
Reference in New Issue
Block a user