Skip to content

Commit

Permalink
fix nilness condition
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Jun 2, 2024
1 parent 67d85df commit b8bd191
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/enumeration/dirs.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ func AsyncDir(urls []string, ignore []string, outputFileJSON, outputFileHTML, ou

count++

if err != nil {
return
}

if ignoreBool {
if ignoreUtils.IgnoreResponse(resp.StatusCode, ignore) {
return
Expand Down

0 comments on commit b8bd191

Please sign in to comment.