We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d045b38 commit fe98b20Copy full SHA for fe98b20
observer/probers/crl/crl.go
@@ -59,7 +59,7 @@ func (p CRLProbe) Probe(timeout time.Duration) (bool, time.Duration) {
59
if err != nil {
60
return false, dur
61
}
62
- if len(idps) != 0 && !slices.Contains(idps, p.url) {
+ if !slices.Contains(idps, p.url) {
63
64
65
0 commit comments