[mod] main:strict comparison

This commit is contained in:
Christian Fraß 2023-08-03 09:43:59 +02:00
parent 26d67ae316
commit a222dadec8

View file

@ -459,7 +459,7 @@ async function main(
( (
(! (count === null)) (! (count === null))
&& &&
(count == check.threshold) (count === check.threshold)
) )
|| ||
( (