Skip to content

Commit

Permalink
fix: tracetest trigger executor
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Sep 8, 2023
1 parent 184242c commit ae4f84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/executor/trigger_executer_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (r triggerExecuterWorker) ProcessItem(ctx context.Context, job Job) {
}

run.SpanID = response.SpanID
run.TriggerResult = response.Result
run = run.TriggerCompleted(run.TriggerResult)
r.handleDBError(run, r.updater.Update(ctx, run))

Expand Down

0 comments on commit ae4f84a

Please sign in to comment.