Log when daily and hourly tasks start

This commit is contained in:
2020-02-10 09:15:14 +00:00
parent 67c1d480df
commit ae6f71a236
3 changed files with 5 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ export function Home(props) {
})
.catch(err => {
console.log(err);
setUserCache(null);
setStats(false);
});
}, []);