Skip to content

Commit

Permalink
fix : 깃 커밋 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjun01 committed Nov 9, 2024
1 parent 4bb0652 commit 5fae1e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ public PostUserResponse findUser(String email) {
User user = userService.find(email);
return PostUserResponse.from(user);
}
}
}

0 comments on commit 5fae1e0

Please sign in to comment.