Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If there is more than 1 name that's the same in the array it won't get prices #7

Open
ThunbergOlle opened this issue Sep 26, 2018 · 0 comments

Comments

@ThunbergOlle
Copy link

If you have an array that contains more than 1 of the same item the prices won't load.
Example

const ourItems = [
  'Tec-9 | Groundwater (Field-Tested)',
  'Gamma Case',
  'Gamma Case'
]
market.getItemsPrice(730, ourItems, (err, data) => {
  if(err) console.log(err);
  console.log(data);
})

It will not output anything, just quit it.

Repository owner deleted a comment from kc1nn4y Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant