fix: remove cache on matchlist

This commit is contained in:
Valentin Kaelin 2020-05-09 21:01:52 +02:00
parent ae6b67edcf
commit 331994612b

View file

@ -12,7 +12,7 @@ class MatchlistEndpoint {
this.config,
`match/v4/matchlists/by-account/${accountID}?beginIndex=${beginIndex}`,
this.limiter,
1500
0
).execute()
}
}