From da90a2a3778a0fd0b88d42ff794a2d33fbd3dc07 Mon Sep 17 00:00:00 2001 From: Dark <96085008+DarkWorldsArtist@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:45:52 -0400 Subject: [PATCH] comma removal 2 removed unnecessary commas again --- src/lib/openables.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/openables.ts b/src/lib/openables.ts index 8a432d07f6..116a1ed8ad 100644 --- a/src/lib/openables.ts +++ b/src/lib/openables.ts @@ -6,7 +6,7 @@ import { LarransChest, LootTable, MasterMimicTable, - Openables, + Openables } from 'oldschooljs'; import { SkillsEnum } from 'oldschooljs/dist/constants'; import type { Item, OpenableOpenOptions } from 'oldschooljs/dist/meta/types'; @@ -26,7 +26,7 @@ import { BuildersSupplyCrateTable, CasketTable, CrystalChestTable, - SpoilsOfWarTable, + SpoilsOfWarTable } from './simulation/misc'; import { openSeedPack } from './skilling/functions/calcFarmingContracts'; import type { ItemBank } from './types';