style: lint

This commit is contained in:
手瓜一十雪
2025-01-13 20:30:57 +08:00
parent a81cdb824e
commit 8f93f63d76
7 changed files with 37 additions and 37 deletions

View File

@@ -218,7 +218,7 @@ export class OneBotGroupApi {
element.groupName,
);
} else if (element.type === TipGroupElementType.KSHUTUP) {
let event = await this.parseGroupBanEvent(msg.peerUid, elementWrapper);
const event = await this.parseGroupBanEvent(msg.peerUid, elementWrapper);
return event;
} else if (element.type === TipGroupElementType.KMEMBERADD) {
// 自己的通知 协议推送为type->85 在这里实现为了避免邀请出现问题