Skip to content

Commit

Permalink
style: pnpm run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky committed Feb 26, 2024
1 parent 8f4b150 commit e2ef2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e2ef2f9

Please sign in to comment.