mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
duration was not specified for error notification on failure getLeaderBoard API and would persist for infinite time
This commit is contained in:
parent
5518ef1ae6
commit
37ff58fed3
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);
|
||||
Notifications.add("Something went wrong: " + e.message, -1, 3);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue