Skip to content

Commit

Permalink
Merge pull request #8 from Twitter-Clone-Group/gychu
Browse files Browse the repository at this point in the history
update squeaker to have a default image
  • Loading branch information
gychu1 authored Sep 5, 2022
2 parents 7c788ff + 53b976f commit c42a8e9
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 profilePic;
String profilePic = "https://t4.ftcdn.net/jpg/00/64/67/63/360_F_64676383_LdbmhiNM6Ypzb3FM4PPuFP9rHe7ri8Ju.jpg";
@Column(name = "email", unique = true)
String email;
}

0 comments on commit c42a8e9

Please sign in to comment.