fix(net-tool): 将 updateReplyCard 方法从异步改为同步
All checks were successful
/ release (push) Successful in 23s

This commit is contained in:
zhaoyingbo 2025-01-24 08:11:21 +00:00
parent 2db50b0e6b
commit 52b8d97246

View File

@ -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) {