Fix a typo

This commit is contained in:
Zach Leatherman 2018-09-18 07:08:43 -05:00
parent 628c62c526
commit 4a517aecc1

View File

@ -21,7 +21,7 @@ module.exports = function(collection) {
});
for (const tag of tags) {
set.add(tag);
tagSet.add(tag);
}
}
});