Skip to content

Commit

Permalink
chore: comment seemingly unused endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Dec 13, 2023
1 parent 49d52d6 commit c97e660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/b3desk/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ def quick_meeting():
@bp.route("/meeting/show/<int:meeting_id>", methods=["GET"])
@auth.oidc_auth("default")
def show_meeting(meeting_id):
# TODO: appears unused

form = ShowMeetingForm(data={"meeting_id": meeting_id})
if not form.validate():
flash(
Expand Down

0 comments on commit c97e660

Please sign in to comment.