Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Mar 13, 2024
1 parent de59d92 commit c1989b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/group/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async def is_authorized_to_leave(
raise NotAuthorized()


#TODO: take enroll_date into consideration
async def is_authorized_to_join(
group_id: int,
user: User = Depends(get_authenticated_user),
Expand Down

0 comments on commit c1989b1

Please sign in to comment.