impl real fe do req

master
Bel LaPointe 2022-01-27 15:03:07 -07:00
parent 1359be1db4
commit bbe4c4b6ae
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func (fe FastExact) newRequest(state config.State) (*http.Request, error) {
}
func (fe FastExact) doRequest(req *http.Request) (*http.Response, error) {
return nil, errors.New("not impl: fe.doreq")
return do(req)
}
func (fe FastExact) parse(resp *http.Response) ([]Job, error) {