Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Dec 9, 2024
1 parent a0a8638 commit a5337cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/com/fluffy/DataInitializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void init() {
Member member2 = memberRepository.save(new Member(
"[email protected]",
OAuth2Provider.GITHUB,
222221L,
222222L,
"Bob",
"https://cdn-icons-png.flaticon.com/128/4472/4472525.png"
));
Expand Down

0 comments on commit a5337cc

Please sign in to comment.