Skip to content

Commit

Permalink
[Fix] 공백제거
Browse files Browse the repository at this point in the history
  • Loading branch information
AreSain committed Aug 27, 2024
1 parent e7170e2 commit 80c7daf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ public void cancelAgenda(Agenda agenda) {
attendTeams.forEach(agendaTeamService::leaveTeamAll);
agenda.cancelAgenda();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,4 @@ public void modifyAgendaTeam(UserDto user, TeamUpdateReqDto teamUpdateReqDto, UU
profiles);
agendaTeamRepository.save(agendaTeam);
}

}

0 comments on commit 80c7daf

Please sign in to comment.