Skip to content

Commit

Permalink
[fix] solve git conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun committed Feb 15, 2024
1 parent a9bc0ff commit 52f1eb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public List<MyTeamResponse> getMyTeams(Long userId) {
teams.add(myTeam);
}
return teams;
}

public TeamNameDuplicatedResponse checkTeamName(String name) {
return new TeamNameDuplicatedResponse(!teamRepository.existsByNameIgnoreCase(name));
Expand Down

0 comments on commit 52f1eb5

Please sign in to comment.