Skip to content

Commit

Permalink
country
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 17, 2023
1 parent 7d13cd4 commit 4996774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static PublicProfileDto of(Dancer dancer) {
}
).collect(Collectors.toSet()));
publicProfileDto.setCity(dancer.getCity());
//publicProfileDto.setCountry(dancer.getCountry());
publicProfileDto.setCountry(dancer.getCountry().name());
publicProfileDto.setProfileImageHash(dancer.getProfileImageHash());
publicProfileDto.setAboutMe(dancer.getAboutMe());
return publicProfileDto;
Expand Down

0 comments on commit 4996774

Please sign in to comment.