mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 10:47:22 +08:00
using new function
This commit is contained in:
parent
ac8bd2fdcd
commit
7e46f2090f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export async function flashKey(key: string, correct: boolean): Promise<void> {
|
|||
key = ".key-split-space";
|
||||
}
|
||||
|
||||
const themecolors = await ThemeColors.get();
|
||||
const themecolors = await ThemeColors.getAll();
|
||||
|
||||
try {
|
||||
if (correct || Config.blindMode) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue