mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2026-04-16 21:22:25 +00:00
fixes
This commit is contained in:
@@ -24,7 +24,7 @@ class CachedRatingsRepo(
|
||||
doForAllWithNextPaging {
|
||||
kvCache.keys(it).also {
|
||||
it.results.forEach {
|
||||
val rating = kvCache.get(it) ?: return@forEach
|
||||
val rating = get(it) ?: return@forEach
|
||||
if (it !in exclude && rating in range) {
|
||||
result[it] = rating
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user