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

Commit

Permalink
fix: remove champions roles limit on API call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed May 2, 2018
1 parent c5aea24 commit c1aabaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sources/championgg.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function getChampionsRolesList(apiKey) {
gg.champions.all({
// elo: 'PLATINUM,DIAMOND,MASTER,CHALLENGER'
champData: 'hashes',
limit: 1000,
}, (err, data) => {
if (err) {
reject(err);
Expand Down

1 comment on commit c1aabaf

@Ilshidur
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah WTF did I smoke that day.

Please sign in to comment.