Skip to content

Commit

Permalink
release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 15, 2024
1 parent 3d814f3 commit 736e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/teumteum/user/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void addFriends(Long myId, Long friendId) {
var me = getUser(myId);
var friend = getUser(friendId);

me.addFriend(friend);
friend.addFriend(me);
}

@Transactional
Expand Down

0 comments on commit 736e0bf

Please sign in to comment.