mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: remove cache on matchlist
This commit is contained in:
parent
ae6b67edcf
commit
331994612b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class MatchlistEndpoint {
|
||||||
this.config,
|
this.config,
|
||||||
`match/v4/matchlists/by-account/${accountID}?beginIndex=${beginIndex}`,
|
`match/v4/matchlists/by-account/${accountID}?beginIndex=${beginIndex}`,
|
||||||
this.limiter,
|
this.limiter,
|
||||||
1500
|
0
|
||||||
).execute()
|
).execute()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue