From 18291657ff34b5a28479265b6aa56c6d0e052c04 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 17 May 2022 20:09:08 +0000 Subject: fix bug: the finale --- src/hypixel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hypixel.ts b/src/hypixel.ts index 2fdc94d..c909a17 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -483,7 +483,7 @@ export async function fetchAuctionItems() { cachedAuctionItemListData = Object.fromEntries(itemList) // updates every 60 minutes nextAuctionItemListUpdate = new Date(Date.now() + 10 * 60 * 1000); - return itemList + return cachedAuctionItemListData } async function fetchAuctionItemsUncached() { -- cgit