Fix the ac for good now (#615)

This commit is contained in:
Joona Hoikkala 2022-12-07 23:02:53 +02:00 committed by GitHub
parent 3328a284d2
commit 1a684a9c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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