Fix a typo
This commit is contained in:
parent
628c62c526
commit
4a517aecc1
@ -21,7 +21,7 @@ module.exports = function(collection) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
for (const tag of tags) {
|
for (const tag of tags) {
|
||||||
set.add(tag);
|
tagSet.add(tag);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user