Skip to content

Commit

Permalink
🐛 [fix] match 디버깅용 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Oct 6, 2024
1 parent 015be39 commit c7059e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ public ApiResponse<MatchingResponse.PriorityMatchingResponseDTO> saveMatching(
// DB에 기록하기
matchingService.save(request, id);

System.out.println("SAVE COMPLETED!!!");

// gameStyleList 가져오기
Member member = profileService.findMember(id);
List<String> gameStyleList = profileService.getGameStyleList(member);

System.out.println("GAMESTYLE COMPLETED!!!!!!");

// ApiResponse로 변환하여 반환
return ApiResponse.onSuccess(MatchingConverter.toPriorityMatchingResponseDTO(
Expand Down

0 comments on commit c7059e4

Please sign in to comment.