diff --git a/password.go b/password.go index 8b37a2e..7157558 100644 --- a/password.go +++ b/password.go @@ -118,6 +118,9 @@ func (p *PwnedPassApi) ListHashesPrefix(pf string) ([]Match, *http.Response, err if err != nil { continue } + if hc == 0 { + continue + } pwMatches = append(pwMatches, Match{ Hash: fh, Count: hc,