forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
|
@ -29,7 +29,7 @@
|
|||
if (seenIds.has(tr.id)) {
|
||||
continue
|
||||
}
|
||||
if (blacklistSet.has(tr.id) || tr.labels.some(l => blacklistSet.has(l))) {
|
||||
if (blacklistSet.has(tr.id) || tr.labels.some((l) => blacklistSet.has(l))) {
|
||||
continue
|
||||
}
|
||||
if (label === tr.id || tr.labels.some((l) => l === label)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue