mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
fixed typo causing issues with presets and tags
This commit is contained in:
parent
55f21f7565
commit
c68ad8b8b2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ async function apply() {
|
|||
let activeTagIds = [];
|
||||
DB.getSnapshot().tags.forEach((tag) => {
|
||||
if (tag.active) {
|
||||
activeTagIds.push(tag.id);
|
||||
activeTagIds.push(tag._id);
|
||||
}
|
||||
});
|
||||
configChanges.tags = activeTagIds;
|
||||
|
|
Loading…
Reference in a new issue