Skip to content

Commit db725be

Browse files
Remove api requirement for item market fill max.
1 parent 888f667 commit db725be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension/scripts/features/item-market-fill-max/ttItemMarketFillMax.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
addButton,
1212
removeButton,
1313
{ storage: ["settings.pages.itemmarket.fillMax"] },
14-
() => {
15-
if (!hasAPIData()) return "No API access.";
16-
}
14+
null
1715
);
1816

1917
function addListener() {

0 commit comments

Comments
 (0)