Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Aug 6, 2024
1 parent bcefd62 commit 41e9b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/data/creatables/armorPacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ for (const set of armorSetsSrc) {
name: set.packed.name,
inputItems: set.unpacked,
outputItems: new Bank().add(set.packed.id, 1),
type: 'pack',
type: 'pack'
});
armorAndItemPacks.push({
name: `Unpack ${set.packed.name}`,
Expand Down

0 comments on commit 41e9b20

Please sign in to comment.