Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
user model 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy3831 committed Aug 18, 2021
1 parent 6858c8e commit e5525b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sns/untitled/user/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Setter
public class User {

private int UserId;
private int userId;

private String id;

Expand Down

0 comments on commit e5525b5

Please sign in to comment.