commit
628c62c526
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ module.exports = function(collection) {
|
|||
return true;
|
||||
});
|
||||
|
||||
tagSet.add(...tags);
|
||||
for (const tag of tags) {
|
||||
set.add(tag);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue