Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Nov 21, 2023
1 parent 4f6aa5a commit 7eafd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/inputs/hybrid/hmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func (i *Input) delItem(metaInput *contextargs.MetaInput) {
}

if tmpUrl.Host == targetUrl.Host {
i.hostMap.Del(tmpKey)
_ = i.hostMap.Del(tmpKey)
i.excludedCount++
i.inputCount--
}
Expand Down

0 comments on commit 7eafd04

Please sign in to comment.