Fix incorrect state naming

This commit is contained in:
nymkappa 2022-03-06 17:06:55 +01:00
parent 3d1a10cdfc
commit 2570dbfab4
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -168,7 +168,7 @@ class Server {
async $resetHashratesIndexingState() {
await HashratesRepository.$setLatestRunTimestamp('last_hashrates_indexing', 0);
await HashratesRepository.$setLatestRunTimestamp('last_week_hashrates_indexing', 0);
await HashratesRepository.$setLatestRunTimestamp('last_weekly_hashrates_indexing', 0);
}
async $runIndexingWhenReady() {