Skip to content

Commit

Permalink
comma removal 2
Browse files Browse the repository at this point in the history
removed unnecessary commas again
  • Loading branch information
DarkWorldsArtist committed Oct 29, 2024
1 parent e37afc0 commit da90a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/openables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -26,7 +26,7 @@ import {
BuildersSupplyCrateTable,
CasketTable,
CrystalChestTable,
SpoilsOfWarTable,
SpoilsOfWarTable
} from './simulation/misc';
import { openSeedPack } from './skilling/functions/calcFarmingContracts';
import type { ItemBank } from './types';
Expand Down

0 comments on commit da90a2a

Please sign in to comment.