[mod] main:strict comparison
This commit is contained in:
parent
26d67ae316
commit
a222dadec8
|
|
@ -459,7 +459,7 @@ async function main(
|
||||||
(
|
(
|
||||||
(! (count === null))
|
(! (count === null))
|
||||||
&&
|
&&
|
||||||
(count == check.threshold)
|
(count === check.threshold)
|
||||||
)
|
)
|
||||||
||
|
||
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue