Skip to content

Commit

Permalink
Tidy up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelkum committed Oct 10, 2024
1 parent dc69941 commit c10d364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions api/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ func (a *API) ExecutionResult(ctx echo.Context) error {
return ctx.NoContent(http.StatusNotFound)
}

// TODO: Output format fixed.

// Send the response back.
return ctx.JSON(http.StatusOK, result)
}
1 change: 0 additions & 1 deletion node/execution_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func (n *Node) gatherExecutionResults(ctx context.Context, requestID string, pee
go func() {
defer wg.Done()
key := executionResultKey(requestID, rp)
// XXX: cache response.Execute
res, ok := n.executeResponses.WaitFor(exctx, key)
if !ok {
return
Expand Down

0 comments on commit c10d364

Please sign in to comment.