parent
002f4e2f2a
commit
abf5a2cf23
@ -20,7 +20,9 @@ module.exports = function(collection) {
|
|||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
tagSet.add(...tags);
|
for (const tag of tags) {
|
||||||
|
set.add(tag);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user