mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 14:49:47 +00:00
remove redundant ImplicitReflectionSerializer
This commit is contained in:
@@ -14,7 +14,6 @@ import io.ktor.http.*
|
||||
import kotlinx.serialization.ImplicitReflectionSerializer
|
||||
|
||||
class MultipartRequestCallFactory : KtorCallFactory {
|
||||
@ImplicitReflectionSerializer
|
||||
override suspend fun <T: Any> prepareCall(
|
||||
client: HttpClient,
|
||||
baseUrl: String,
|
||||
|
@@ -14,7 +14,6 @@ import io.ktor.http.content.TextContent
|
||||
import kotlinx.serialization.ImplicitReflectionSerializer
|
||||
|
||||
class SimpleRequestCallFactory : KtorCallFactory {
|
||||
@ImplicitReflectionSerializer
|
||||
override suspend fun <T: Any> prepareCall(
|
||||
client: HttpClient,
|
||||
baseUrl: String,
|
||||
|
Reference in New Issue
Block a user