From c281c6ce5972a93f4bc9f55da08b9dd3c4dc674c Mon Sep 17 00:00:00 2001 From: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:18:11 +0200 Subject: [PATCH] Update inventoryTypes.ts --- src/types/inventoryTypes/inventoryTypes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index 5ff7a6f2..aacfdc15 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -866,7 +866,6 @@ export enum GettingSlotOrderInfo { } export interface Giving { - // Probably isn't a consumable but it's also not my problem. RawUpgrades: Consumable[]; _SlotOrderInfo: GivingSlotOrderInfo[]; }