Skip to content

Commit

Permalink
hotfix: 필요없는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 19, 2024
1 parent f55ae6c commit a294c96
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ public record LoginRequest(
String accountId,
String password
) {
public LoginRequest {
accountId = accountId.toLowerCase();
}
}

0 comments on commit a294c96

Please sign in to comment.