[chusan] Use separate config for team function

This commit is contained in:
Dom Eori
2022-03-11 20:42:01 +09:00
parent 50a177a2d1
commit 6117a4fc2a

View File

@@ -21,7 +21,7 @@ public class GetUserTeamHandler implements BaseHandler {
private final String teamName; private final String teamName;
public GetUserTeamHandler(StringMapper mapper, @Value("${game.chunithm.team-name:#{null}}") String teamName) { public GetUserTeamHandler(StringMapper mapper, @Value("${game.chusan.team-name:#{null}}") String teamName) {
this.mapper = mapper; this.mapper = mapper;
this.teamName = teamName; this.teamName = teamName;
} }