mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Reverted duration change added to error notification
This commit is contained in:
parent
91fab391c4
commit
512b9ba8b8
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ function updateLeaderboards() {
|
|||
})
|
||||
.catch((e) => {
|
||||
hideBackgroundLoader();
|
||||
Notifications.add("Something went wrong: " + e.message, -1, 3);
|
||||
Notifications.add("Something went wrong: " + e.message, -1);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue