Skip to content

Commit

Permalink
Remove extra line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 26, 2024
1 parent ad40320 commit 4043af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processes/consumer/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func (p processArgs) process(ctx context.Context, cfg config.Config, inMemDB *mo

// Emit execution time lag for non-skipped events.
evt.EmitExecutionTimeLag(metricsClient, cfg.Mode)

shouldFlush, flushReason, err := evt.Save(cfg, inMemDB, topicConfig.tc, p.Msg)
if err != nil {
tags["what"] = "save_fail"
Expand Down

0 comments on commit 4043af0

Please sign in to comment.