Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
🔨 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Mar 22, 2021
1 parent 79b81f6 commit 6f6f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class Schema {
item: item
});
name = name.replace('non-tradable', '').trim();
item.tradeable = false;
item.tradable = false;
console.log('"Non-Tradable" - after', {
name: name,
item: item
Expand Down

0 comments on commit 6f6f3fa

Please sign in to comment.