Skip to content

Commit a7e599a

Browse files
fix lint
1 parent e047b1b commit a7e599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webscans/wappalyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func (wp *Wappalyzer) scanWappalyzerScanByUrl(domain string, urlStr string, tech
364364
// Check if any technologies have JavaScript patterns to evaluate
365365
jsNeeded := false
366366
for _, tech := range technologies {
367-
if tech.Js != nil && len(tech.Js) > 0 {
367+
if len(tech.Js) > 0 {
368368
jsNeeded = true
369369
break
370370
}

0 commit comments

Comments
 (0)