diff --git a/shared/domain/rank.ts b/shared/domain/rank.ts index 4a95ce2af..80ddb13c6 100644 --- a/shared/domain/rank.ts +++ b/shared/domain/rank.ts @@ -328,7 +328,7 @@ export class KeyName { case REDIS_KEY.CITY_ACTIVITY: return `${this.key}:${this.serverId}:${this.cityId}`; case REDIS_KEY.USER_CITY_ACTIVITY: - REDIS_KEY.USER_GATE_ACTIVITY + case REDIS_KEY.USER_GATE_ACTIVITY: return `${this.key}:${this.serverId}:${this.guildCode}`; case REDIS_KEY.GUILD_FUND: case REDIS_KEY.SUM_CE_SNAPSHOT: