mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-07 23:41:29 +02:00
fix bug with stream
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user