From 6f416d391280408eb5152f612ba1135bf064f159 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 16 Nov 2025 17:30:52 -0500 Subject: [PATCH] wrong --- torn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torn.js b/torn.js index 5bf004b..8769d7b 100644 --- a/torn.js +++ b/torn.js @@ -103,7 +103,7 @@ module.exports.cache = { return(cache.items[item]); } else { console.debug(`Cache: Miss for item ${item}`) - await module.exports.item.get(item); + await module.exports.item(item); console.debug(`Cache: Resolved item ${cache.items[item].name}`) return(cache.items[item]); }