Skip to content

Commit

Permalink
fix: unLink Sns
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Dec 10, 2023
1 parent dca77b4 commit ab5d9fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ProfileResponseDto getProfile() {
@DeleteMapping("")
@ResponseStatus(HttpStatus.NO_CONTENT)
public void withdrawalUser(@AuthenticationPrincipal Long userId) {
authService.unlinkSns(userId);
//authService.unlinkSns(userId);
try {
final Long coupleId = userService.findUserCoupleId(userId);
coupleService.deleteCouple(coupleId);
Expand Down

0 comments on commit ab5d9fb

Please sign in to comment.