Skip to content

Commit

Permalink
Merge pull request #215 from cq-z/main
Browse files Browse the repository at this point in the history
fix: Delete redundant code
  • Loading branch information
nitram509 authored Jun 25, 2024
2 parents 95c7f77 + bf09213 commit e7cf255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/bpmn_engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (state *BpmnEngineState) CreateAndRunInstanceById(processId string, variabl
if err != nil {
return nil, err
}
err = state.run(instance)
return instance, state.run(instance)
}

Expand Down

0 comments on commit e7cf255

Please sign in to comment.