Skip to content

Commit

Permalink
chore: -
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Jul 26, 2023
1 parent 0f59c08 commit e06f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/xurlfind3r/sources/bevigil/bevigil.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (source *Source) Run(config *sources.Configuration, domain string) (URLsCha

var getURLsRes *fasthttp.Response

getURLsRes, err = httpclient.Request(fasthttp.MethodGet, getURLsReqURL, "", getURLsReqHeaders, nil)
getURLsRes, err = httpclient.Get(getURLsReqURL, "", getURLsReqHeaders)
if err != nil {
return
}
Expand Down

0 comments on commit e06f168

Please sign in to comment.