Skip to content

Commit

Permalink
nit: remove added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
davemurphysf committed Nov 2, 2023
1 parent 58d6465 commit a0b8aa1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { EventPipelineRunner } from './runner'

export async function prepareEventStep(runner: EventPipelineRunner, event: PluginEvent): Promise<PreIngestionEvent> {
const { team_id, uuid } = event

const tsParsingIngestionWarnings: Promise<void>[] = []
const invalidTimestampCallback = function (type: string, details: Record<string, any>) {
// TODO: make that metric name more generic when transitionning to prometheus
Expand Down

0 comments on commit a0b8aa1

Please sign in to comment.