From 331994612b54646c219f1b5091d38387096f5db4 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sat, 9 May 2020 21:01:52 +0200 Subject: [PATCH] fix: remove cache on matchlist --- server/app/Services/Jax/src/Endpoints/MatchlistEndpoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }