mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
message typo
This commit is contained in:
parent
c6433d1d72
commit
d9f35e9012
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ export async function getUserResults() {
|
|||
await TodayTracker.addAllFromToday();
|
||||
return true;
|
||||
} catch (e) {
|
||||
Notifications.add("Error getting result: " + e.message, -1);
|
||||
Notifications.add("Error getting results: " + e.message, -1);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue