Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 5, 2023
1 parent 7283cf6 commit eab164f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/views/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ def solo(q: HttpRequest):
solo=True, hunt=hunt_, name=f"{q.user.username}'s Solo Team"
)
team_.members.add(q.user)



return redirect(reverse("index"))


Expand Down

0 comments on commit eab164f

Please sign in to comment.