diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts index bdc252f620..d23f972da4 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts @@ -8,7 +8,7 @@ export const trackFailures = ( properties: { count: testEventBatch.parseFailureCount, parseFailures: Object.keys(testEventBatch.parseFailure), - operationId + operationId, }, }); }