fix(net-tool): 将 updateReplyCard 方法从异步改为同步
All checks were successful
/ release (push) Successful in 23s
All checks were successful
/ release (push) Successful in 23s
This commit is contained in:
parent
2db50b0e6b
commit
52b8d97246
@ -149,7 +149,7 @@ class LarkMessageService extends LarkBaseService {
|
||||
* @param messageId 消息ID
|
||||
* @returns 一个异步函数,用于更新或回复卡片消息
|
||||
*/
|
||||
async updateReplyCard(messageId: string) {
|
||||
updateReplyCard(messageId: string) {
|
||||
let repliedMessageId = ""
|
||||
return async (content: string) => {
|
||||
if (repliedMessageId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user