chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-08-19 23:39:49 +02:00
parent b8847189c2
commit 8d782f1b9d
79 changed files with 2828 additions and 681 deletions

View file

@ -291,7 +291,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
seen.add(ks)
uniq.push(img)
}
} else if(ks){
} else if (ks) {
const ksNoNull = Lists.noNull(ks)
const hasBeenSeen = ksNoNull.some((k) => seen.has(k))
if (!hasBeenSeen) {