1
0
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:
Tom
2024-04-23 11:26:31 -04:00
committed by GitHub
parent 38ea110755
commit 5f3844aa38
3 changed files with 12 additions and 4 deletions

View File

@@ -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.