showing error message when getting results. coses #2354

This commit is contained in:
Miodec 2022-01-26 13:10:02 +01:00
parent 2706806529
commit c6433d1d72

View file

@ -177,7 +177,7 @@ export async function getUserResults() {
await TodayTracker.addAllFromToday();
return true;
} catch (e) {
Notifications.add("Error getting results", -1);
Notifications.add("Error getting result: " + e.message, -1);
return false;
}
}