mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 02:20:14 +08:00
Fix build
This commit is contained in:
parent
dcb9a19c45
commit
245d08051b
@ -918,7 +918,7 @@ internal open class MiraiImpl : IMirai, LowLevelApiAccessor {
|
|||||||
override suspend fun queryProfile(bot: Bot, targetId: Long): UserProfile {
|
override suspend fun queryProfile(bot: Bot, targetId: Long): UserProfile {
|
||||||
bot.asQQAndroidBot().network.apply {
|
bot.asQQAndroidBot().network.apply {
|
||||||
return SummaryCard.ReqSummaryCard(bot.client, targetId)
|
return SummaryCard.ReqSummaryCard(bot.client, targetId)
|
||||||
.sendAndExpect<SummaryCard.ReqSummaryCard.RespSummaryCard>()
|
.sendAndExpect()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user