style: lint

This commit is contained in:
手瓜一十雪
2024-12-17 09:25:10 +08:00
parent dbc6849cb1
commit 09c7bd89ad
7 changed files with 24 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ export class NTQQGroupApi {
}
async fetchGroupDetail(groupCode: string) {
let [, detailInfo] = await this.core.eventWrapper.callNormalEventV2(
const [, detailInfo] = await this.core.eventWrapper.callNormalEventV2(
'NodeIKernelGroupService/getGroupDetailInfo',
'NodeIKernelGroupListener/onGroupDetailInfoChange',
[groupCode, GroupInfoSource.KDATACARD],