style: lint

This commit is contained in:
手瓜一十雪
2024-09-12 09:28:26 +08:00
parent 8f85c897c8
commit 1cbf75ca36
5 changed files with 4 additions and 13 deletions

View File

@@ -32,10 +32,6 @@ export class NTQQGroupApi {
for (const group of this.groups) {
this.groupCache.set(group.groupCode, group);
}
// let text = await this.context.session.getMsgService().sendSsoCmdReqByContend(
// 'LightAppSvc.mini_app_share.AdaptShareInfo',
// JSON.stringify({ data: 'test' }));
// console.log(text);
this.context.logger.logDebug(`加载${this.groups.length}个群组缓存完成`);
}