From a0b8aa116d16cc5814157be423092facbacb288d Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 2 Nov 2023 14:00:59 -0700 Subject: [PATCH] nit: remove added newline --- .../src/worker/ingestion/event-pipeline/prepareEventStep.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin-server/src/worker/ingestion/event-pipeline/prepareEventStep.ts b/plugin-server/src/worker/ingestion/event-pipeline/prepareEventStep.ts index 29bbcc9586c77..e51fa5df4a477 100644 --- a/plugin-server/src/worker/ingestion/event-pipeline/prepareEventStep.ts +++ b/plugin-server/src/worker/ingestion/event-pipeline/prepareEventStep.ts @@ -7,7 +7,6 @@ import { EventPipelineRunner } from './runner' export async function prepareEventStep(runner: EventPipelineRunner, event: PluginEvent): Promise { const { team_id, uuid } = event - const tsParsingIngestionWarnings: Promise[] = [] const invalidTimestampCallback = function (type: string, details: Record) { // TODO: make that metric name more generic when transitionning to prometheus