mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
removed any
This commit is contained in:
parent
e02f1b14d1
commit
d3d8157f83
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ $(".section.customBackgroundFilter .save.button").click(() => {
|
|||
|
||||
ConfigEvent.subscribe((eventKey, eventValue) => {
|
||||
if (eventKey === "customBackgroundFilter") {
|
||||
loadConfig((eventValue as unknown as any[]).map((ev) => parseFloat(ev)));
|
||||
loadConfig((eventValue as string[]).map((ev) => parseFloat(ev)));
|
||||
apply();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue