From 29539ac59e11a9605e9abc1ff45c7290d8b5a669 Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 19 Aug 2024 18:21:16 -0500 Subject: [PATCH] minor: add items cached count to debug page inventory cache --- js/extra-pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/extra-pages.js b/js/extra-pages.js index c7d9595..4783b28 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -409,7 +409,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
Local Inventory Cache - (cached for 5 minutes) + (cached for 5 minutes, ${local.PolyPlus_InventoryCache.data.length} items cached)