Fix a typo
This commit is contained in:
parent
628c62c526
commit
4a517aecc1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue