Skip to content

Commit

Permalink
Fix decomp.me/u/username page (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jun 11, 2024
1 parent bd7dac6 commit 983cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/coreapp/views/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_queryset(self) -> QuerySet[Scratch]:


@api_view(["GET"]) # type: ignore
def user(username: str) -> Response:
def user(request: Request, username: str) -> Response:
"""
Gets a user's basic data
"""
Expand Down

0 comments on commit 983cc55

Please sign in to comment.