mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
typo
This commit is contained in:
parent
dc3d58e1c8
commit
a28c665bb0
1 changed files with 4 additions and 1 deletions
|
@ -903,7 +903,10 @@ export function swapElements(
|
|||
}
|
||||
}
|
||||
|
||||
export function getMode2(config: Types.Config, randomQuote: Quote): string {
|
||||
export function getMode2(
|
||||
config: Types.Config,
|
||||
randomQuote: Types.Quote
|
||||
): string {
|
||||
const mode = config.mode;
|
||||
let mode2 = "";
|
||||
if (mode === "time") {
|
||||
|
|
Loading…
Reference in a new issue