Skip to content

Commit

Permalink
Merge pull request #6 from todd-bowers/main
Browse files Browse the repository at this point in the history
changed the way  variables are spelt so they match front end
  • Loading branch information
todd-bowers authored Sep 5, 2022
2 parents 65edccc + 3f67d8d commit dda3484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Squeaker {
@Column(name = "last_name")
String lastName;
@Column(name = "profile_pic")
String profileImg;
String profilePic;
@Column(name = "email", unique = true)
String email;
}

0 comments on commit dda3484

Please sign in to comment.