Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 24, 2024
1 parent 896799a commit c1e6d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/b3desk/models/bbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_params_with_checksum(self, action, params, method="GET"):
pr = request.prepare()
bigbluebutton_secret = current_app.config["BIGBLUEBUTTON_SECRET"]
secret = "{}{}".format(
# TODO: isn't this just 'action' in the end?
pr.url.replace("?", "").replace(
f'{current_app.config["BIGBLUEBUTTON_ENDPOINT"]}/', ""
),
Expand Down

0 comments on commit c1e6d65

Please sign in to comment.