Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Aug 28, 2024
1 parent 112aac0 commit 2e69af9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/api/parents_list/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ def accept_parents_list(
user_to_accept_list_link.id,
is_admin=False,
status=UserOnListStatus.ACCEPTED,
# position_in_list=nb_members + 1,
position_in_list=2,
position_in_list=nb_members + 1,
)

session.expunge(new_list_link)
Expand Down

0 comments on commit 2e69af9

Please sign in to comment.