Skip to content

Commit

Permalink
Remove now superfluous lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Sep 30, 2023
1 parent 87d01d7 commit bf4dbe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/api/v0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ def post(
host = Host.q.filter_by(owner_id=user.id).one_or_none()

try:
host_name = host_name if host_name else None

if host is None:
host = host_create(user, user.room, host_name, user)
else:
Expand Down

0 comments on commit bf4dbe2

Please sign in to comment.