This commit is contained in:
qq
2026-04-22 00:15:01 +08:00
parent 777e8be4d5
commit 86c5dfeb06
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -152,6 +152,7 @@ let TaskInstallService = TaskInstallService_1 = class TaskInstallService {
const groupInfo = await im_help_1.IMHelp.getGroupInfo([app_env_1.AppEnv.IM_DEFAULT_GROUP_ID]); const groupInfo = await im_help_1.IMHelp.getGroupInfo([app_env_1.AppEnv.IM_DEFAULT_GROUP_ID]);
if (groupInfo.GroupInfo?.length && groupInfo.GroupInfo[0].ErrorCode == 0) { if (groupInfo.GroupInfo?.length && groupInfo.GroupInfo[0].ErrorCode == 0) {
this.logger.verbose(`群租已存在:${groupInfo.GroupInfo[0].Name}`); this.logger.verbose(`群租已存在:${groupInfo.GroupInfo[0].Name}`);
this.logger.verbose(groupInfo);
} }
else { else {
const res = await im_help_1.IMHelp.createGroup({ const res = await im_help_1.IMHelp.createGroup({
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long