diff --git a/server/app/Services/Jax/src/Endpoints/MatchlistEndpoint.js b/server/app/Services/Jax/src/Endpoints/MatchlistEndpoint.js index 9d6df7c..dd54732 100644 --- a/server/app/Services/Jax/src/Endpoints/MatchlistEndpoint.js +++ b/server/app/Services/Jax/src/Endpoints/MatchlistEndpoint.js @@ -12,7 +12,7 @@ class MatchlistEndpoint { this.config, `match/v4/matchlists/by-account/${accountID}?beginIndex=${beginIndex}`, this.limiter, - 1500 + 0 ).execute() } }