Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: verify if legacy execution is non-null (#596)
After #579 we convert old executions into new format, but it had two issues that caused crash or unexpected behaviour: - drafts that didn't have execution at all (executionStrategy was null) would cause a crash - drafts with execution in legacy format would keep reverting to that legacy execution even though if it was changed later
- Loading branch information