user avatar
core: prevent malformed plans from crashing leader
Michael Schurter authored
The Plan.Submit endpoint assumed PlanRequest.Plan was never nil. While
there is no evidence it ever has been nil, we should not panic if a nil
plan is ever submitted because that would crash the leader.
f88fe788
Name Last commit Last update