Reverted duration change added to error notification

This commit is contained in:
avi123nash 2021-01-21 11:44:02 +05:30
parent 91fab391c4
commit 512b9ba8b8

View file

@ -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);
});
}