Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 5, 2023
1 parent 38dd62d commit 4984680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/inngest/router/invoke.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,11 @@ defmodule Inngest.Router.Invoke do
{400, error}
end
catch
# TODO: Panic Control
# Finished step, report back to executor
%GeneratorOpCode{} = opcode ->
{206, [opcode]}

_ ->
# TODO: return error
{400, "error"}
end
end
Expand Down

0 comments on commit 4984680

Please sign in to comment.