1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 20:04:02 +00:00

Remove todo item

This commit is contained in:
Matt Gibson
2025-06-16 07:10:47 -07:00
parent 350de6cd6a
commit 063929350e

View File

@@ -1418,7 +1418,6 @@ export class ApiService implements ApiServiceAbstraction {
headers.set("User-Agent", this.customUserAgent);
}
const env = await firstValueFrom(this.environmentService.environment$);
// TODO: MDG stringify the request array into requests of no more than 50 KiB
// Break uploads into chunks of 100 events
let bail = false;