Fix incorrect state naming
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user