Skip to content

Commit

Permalink
fix : remove a duplicated constructor line
Browse files Browse the repository at this point in the history
  • Loading branch information
AmimiHamza committed May 25, 2024
1 parent 7d8a807 commit 57cef77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public void run(String... args) throws Exception {
}

private void loadDummyUsers(UserRepository userRepository,GroupRepository groupRepository, MembershipRepository membershipRepository,GroupMessageRepository groupMessageRepository , ChatMessageRepository chatMessageRepository,ConversationRepository conversationRepository,DegreePathRepository degreePathRepository) {
private void loadDummyUsers(UserRepository userRepository,GroupRepository groupRepository, MembershipRepository membershipRepository,GroupMessageRepository groupMessageRepository , ChatMessageRepository chatMessageRepository,ConversationRepository conversationRepository) {
AddUserDTO bot = AddUserDTO.builder()
.username("bot")
.email("[email protected]")
Expand Down

0 comments on commit 57cef77

Please sign in to comment.