Fix the ac for good now (#615)
This commit is contained in:
parent
3328a284d2
commit
1a684a9c88
@ -102,11 +102,8 @@ func (j *Job) Calibrate(input map[string][]byte) error {
|
||||
continue
|
||||
}
|
||||
responses = append(responses, resp)
|
||||
err = j.calibrateFilters(responses, false)
|
||||
if err != nil {
|
||||
j.Output.Error(fmt.Sprintf("%s", err))
|
||||
}
|
||||
}
|
||||
_ = j.calibrateFilters(responses, false)
|
||||
}
|
||||
j.Config.MatcherManager.SetCalibrated(true)
|
||||
return nil
|
||||
|
||||
Loading…
Reference in New Issue
Block a user