diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hypixel.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts index c72e397..44a5bd8 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -343,7 +343,7 @@ export async function fetchItemList() { cachedItemListData = itemList // updates every 60 minutes - nextElectionUpdate = new Date((itemList.lastUpdated + 60 * 60) * 1000) + nextItemListUpdate = new Date((itemList.lastUpdated + 60 * 60) * 1000) return itemList } |