From 063929350e84897408c5685b41561493c9be404b Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 16 Jun 2025 07:10:47 -0700 Subject: [PATCH] Remove todo item --- libs/common/src/services/api.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/common/src/services/api.service.ts b/libs/common/src/services/api.service.ts index 7c2e18009f9..8a125006dda 100644 --- a/libs/common/src/services/api.service.ts +++ b/libs/common/src/services/api.service.ts @@ -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;