From e2ef2f9a35a51739383864d2737760ed54104083 Mon Sep 17 00:00:00 2001 From: DuckySoLucky Date: Mon, 26 Feb 2024 18:59:40 +0100 Subject: [PATCH] style: pnpm run prettier:fix --- src/stats/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stats/items.js b/src/stats/items.js index 5463eb4681..0ce7430886 100644 --- a/src/stats/items.js +++ b/src/stats/items.js @@ -191,7 +191,7 @@ export async function getItems( if (helper.getId(item) == "TRICK_OR_TREAT_BAG") { item.containsItems = candy_bag; } - + const itemLore = item.tag?.display?.Lore ?? []; if (item.containsItems && item.containsItems.length > 0) { try {