aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts2
1 files changed, 1 insertions, 1 deletions
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() {