活动:限时排行榜
This commit is contained in:
@@ -72,7 +72,7 @@ export class ActivityRemote {
|
||||
this.activityByType.clear();
|
||||
|
||||
for(let [_, activity] of this.activities) {
|
||||
let servers = this.groupToServer.get(activity.activityId)||[];
|
||||
let servers = this.groupToServer.get(activity.groupId)||[];
|
||||
for(let serverId of servers) {
|
||||
if(!this.activityByServer.has(serverId)) {
|
||||
this.activityByServer.set(serverId, []);
|
||||
|
||||
Reference in New Issue
Block a user