Skip to content

Commit

Permalink
Revert "Merge pull request #183 from SMU-SATTO/feature/#176"
Browse files Browse the repository at this point in the history
This reverts commit 9934d00, reversing
changes made to 221e1f5.
  • Loading branch information
HyunwooYi committed Aug 29, 2024
1 parent 95e2d36 commit cec7ecf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public List<Map<String, String>> searchUserByName(String name) {
public Long findId(String email) {
Long userId = usersRepository.findIdByEmail(email);
return userId;
}

@Transactional
@Override
Expand Down

0 comments on commit cec7ecf

Please sign in to comment.