From 8d8f9b094ae510e8e7a96e03ae19fd5d14e626cc Mon Sep 17 00:00:00 2001 From: DoubleF3lix <48461905+DoubleF3lix@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:53:11 -0500 Subject: [PATCH] There was an unused thing and it broke my build and I didn't see it for 2 days lol --- src/lib/util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/util.ts b/src/lib/util.ts index 80f92c4..61d1a44 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -1,5 +1,4 @@ import ItemType, { convertItemTypeToName } from "~/types/ItemType"; -import { PlayerType } from "~/types/PlayerType"; export function normalizeItemListWithCounts(items: ItemType[]): Map { // Turns ["StealItem", "StealItem"] into {"Steal Item": 2}