Skip to content

Commit

Permalink
fix the team link
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Jan 10, 2024
1 parent 8c26666 commit 679a500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/dl/officialsite/team/TeamService.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ public void update(Team team, String address) {
if(team.getTeamProfile()!=null) {
teamdb.setTeamProfile(team.getTeamProfile());
}
if(team.getLink()!=null) {
teamdb.setLink(team.getLink());
}
teamRepository.save(teamdb);
}

Expand Down

0 comments on commit 679a500

Please sign in to comment.