Skip to content

Commit

Permalink
Merge pull request #2 from kdt-8-4/feature/test
Browse files Browse the repository at this point in the history
feature/test/test용 라인 추가
  • Loading branch information
HeeSung98 authored Mar 24, 2024
2 parents d02ef6c + 4c21afb commit 97cf1c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public UserDTO googleUserCheck(GoogleUserDTO googleUserDTO) throws Exception{

@Override
public UserDTO googleUserAdditional(UserDTO userDTO) throws Exception{
log.info("ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ");
log.info("ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ");
Optional<User> optionalUser = userRepository.findByEmail(userDTO.getEmail(), true);

if(optionalUser.isPresent()) {
Expand Down

0 comments on commit 97cf1c5

Please sign in to comment.