mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
fixed requestMore function always requesting 15 sec
This commit is contained in:
parent
28ff3dbff9
commit
06866b9263
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ async function requestMore(lb, prepend = false) {
|
|||
params: {
|
||||
language: "english",
|
||||
mode: "time",
|
||||
mode2: "15",
|
||||
mode2: lb,
|
||||
skip: skipVal,
|
||||
limit: limitVal,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue