reverted changes

This commit is contained in:
avi123nash 2021-01-19 16:45:44 +05:30
parent 37ff58fed3
commit 21b741c780

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