mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 02:56:16 +08:00
Remove bug fully fixed
This commit is contained in:
parent
29fd5d7386
commit
740844cc8f
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ function apply() {
|
|||
Notifications.add("Preset removed", 1);
|
||||
DB.getSnapshot().presets.forEach((preset, index) => {
|
||||
if (preset.id === presetid) {
|
||||
DB.getSnapshot().preset.splice(index, 1);
|
||||
DB.getSnapshot().presets.splice(index, 1);
|
||||
}
|
||||
});
|
||||
Settings.update();
|
||||
|
|
Loading…
Add table
Reference in a new issue