Skip to content

Commit

Permalink
Fix the ac for good now (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Dec 7, 2022
1 parent 3328a28 commit 1a684a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/ffuf/autocalibration.go
Expand Up @@ -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
Expand Down

0 comments on commit 1a684a9

Please sign in to comment.