修复军团相关推送

This commit is contained in:
luying
2022-03-14 14:02:15 +08:00
parent cd11cb4719
commit 1c16641fc6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export async function pushData(hasInit: boolean, role: RoleType, session: Fronte
for(let { type, init, refresh, guild } of modules) {
if(!hasInit && !init) continue;
if(pushType == 'refresh' && !refresh) continue;
if(!guildData.hasGuild && !guild) continue;
if(!guildData.hasGuild && guild) continue;
let data = await getModuleData(type, { role, session }, guildData);
if (data) {