Skip to content

Commit

Permalink
Merge branch 'feature/#109-games' of https://github.com/hufscheer/spe…
Browse files Browse the repository at this point in the history
…ctator-server into feature/#109-games
  • Loading branch information
Jin409 committed Feb 27, 2024
2 parents a9211ea + 22f842c commit cbf4054
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public class GamesQueryRequestDto {
private String stateValue;
private List<Long> sportIds;

public GamesQueryRequestDto(Long league_id, String status, List<Long> sport_id) {
public GamesQueryRequestDto(Long league_id, String state, List<Long> sport_id) {
this.leagueId = league_id;
this.stateValue = status;
this.stateValue = state;
this.sportIds = sport_id;
}

Expand Down

0 comments on commit cbf4054

Please sign in to comment.