[chusan] Use separate config for team function

pull/1/head
Dom Eori 2022-03-11 20:42:01 +09:00
parent 50a177a2d1
commit 6117a4fc2a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class GetUserTeamHandler implements BaseHandler {
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.teamName = teamName;
}