fix bug with stream

This commit is contained in:
aliamerj
2025-09-10 14:22:19 +03:00
parent 7fba07b414
commit 7c60ad60ed
3 changed files with 14 additions and 7 deletions

View File

@@ -898,7 +898,6 @@ func (e *Engine) receiveJobEvents() {
bundleResult, err := e.handleBundle(params.Bundle)
if err != nil {
resp.Reason = []byte(err.Error())
resp.Status = mgmProto.JobStatus_failed
return &resp
}
resp.Status = mgmProto.JobStatus_succeeded