Make HttpClient.postImage not suspend

This commit is contained in:
Him188 2020-02-28 13:11:28 +08:00
parent 5310e19861
commit fca3d6bd7a

View File

@ -34,7 +34,7 @@ import net.mamoe.mirai.utils.io.discardExact
@Suppress("SpellCheckingInspection")
internal suspend inline fun HttpClient.postImage(
internal suspend fun HttpClient.postImage(
htcmd: String,
uin: Long,
groupcode: Long?,