Fix a typo

master
Zach Leatherman 2018-09-18 07:08:43 -05:00
parent 628c62c526
commit 4a517aecc1
1 changed files with 1 additions and 1 deletions

View File

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