Skip to content

Commit

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

return redirect(reverse("index"))


Expand Down

0 comments on commit 770aed8

Please sign in to comment.