提交 6a5fd061 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

lint

上级 2d2dd3a5
...@@ -988,7 +988,7 @@ export class PuppetPadchat extends Puppet { ...@@ -988,7 +988,7 @@ export class PuppetPadchat extends Puppet {
const roomId = await this.padchatManager.WXCreateChatRoom(contactIdList) const roomId = await this.padchatManager.WXCreateChatRoom(contactIdList)
const roomPayload = await Misc.retry(async (retry, attempt) => { await Misc.retry(async (retry, attempt) => {
log.verbose('PuppetPadchat', 'roomCreate() roomId=%s retry attempt=%d', roomId, attempt) log.verbose('PuppetPadchat', 'roomCreate() roomId=%s retry attempt=%d', roomId, attempt)
try { try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册