Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Ivy committed Oct 25, 2024
1 parent d3d4c49 commit 412e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/grpc/bes/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (c *buildEventChannel) Finalize() error {
"component", c.streamID.GetComponent())
}

invocation, err := c.workflow.SaveSummary(ctx, summaryReport) // will c.workflow still be there?
invocation, err := c.workflow.SaveSummary(ctx, summaryReport)
if err != nil {
slog.ErrorContext(ctx, "SaveSummary failed", "err", err)
cancel()
Expand Down

0 comments on commit 412e999

Please sign in to comment.