refactor(net-tool): 重命名 updateOrReplyMessage 方法为 updateOrReply
All checks were successful
/ release (push) Successful in 27s

This commit is contained in:
zhaoyingbo 2025-01-25 10:20:48 +00:00
parent 3ba1dbbcaf
commit 9164221e7b

View File

@ -166,7 +166,7 @@ class LarkMessageService extends LarkBaseService {
* @param content
* @returns ID
*/
async updateOrReplyMessage(content: string) {
async updateOrReply(content: string) {
if (this.repliedMessageId) {
await this.update(
this.repliedMessageId,