Skip to content

Commit

Permalink
fix DeepScan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Jul 14, 2024
1 parent 8e3adb3 commit 1841016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/data/itemAliases.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { deepMerge, modifyItem } from '@oldschoolgg/toolkit';
import { omit } from 'lodash';
import { EItem, Items } from 'oldschooljs';
import { Items } from 'oldschooljs';
import { allTeamCapes } from 'oldschooljs/dist/data/itemConstants';
import { itemNameMap } from 'oldschooljs/dist/structures/Items';
import { cleanString } from 'oldschooljs/dist/util/cleanString';
Expand Down
1 change: 0 additions & 1 deletion src/lib/util/parseStringBank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { itemNameMap } from 'oldschooljs/dist/structures/Items';

import { ONE_TRILLION } from '../constants';
import { filterableTypes } from '../data/filterables';
import { setItemAlias } from '../data/itemAliases';
import { cleanString, getItem, stringMatches } from '../util';
import itemIsTradeable from './itemIsTradeable';

Expand Down

0 comments on commit 1841016

Please sign in to comment.