mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2025-12-14 02:06:01 +00:00
fixes
This commit is contained in:
@@ -41,7 +41,7 @@ data class ChatSettings(
|
||||
|
||||
suspend fun makeRequest(page: Int): List<BoardImage> {
|
||||
return withContext(Dispatchers.IO) {
|
||||
board.search(page, count, query, rating).blocking()
|
||||
board.search(page, count, query, rating).blocking() ?: emptyList()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user