Skip to content

Commit

Permalink
[fix] 팜 삭제 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Nov 20, 2023
1 parent 3060bed commit 608f44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public BaseResponseDto<Void> deleteUser(Long userId){

userRepository.deleteUser(userId);
communityServiceFeignClient.deleteAllPosting(userId);
farmServiceFeignClient.deleteAllVeggies(userId);
// farmServiceFeignClient.deleteAllVeggies(userId);



Expand Down

0 comments on commit 608f44f

Please sign in to comment.