Skip to content

Commit

Permalink
There was an unused thing and it broke my build and I didn't see it f…
Browse files Browse the repository at this point in the history
…or 2 days lol
  • Loading branch information
DoubleF3lix committed Aug 29, 2024
1 parent 3674cf6 commit 8d8f9b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ItemType, { convertItemTypeToName } from "~/types/ItemType";
import { PlayerType } from "~/types/PlayerType";

export function normalizeItemListWithCounts(items: ItemType[]): Map<ItemType, number> {
// Turns ["StealItem", "StealItem"] into {"Steal Item": 2}
Expand Down

0 comments on commit 8d8f9b0

Please sign in to comment.