Skip to content

Commit 32ba774

Browse files
committed
small fix
1 parent a05192d commit 32ba774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

userdata_api/routes/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@admin.get("/user/{user_id}", response_model=UserDebugCardGet)
1616
async def get_user_debug_card(
17-
user_id: int, ##or full_name
17+
user_id: int,
1818
user: dict[str, Any] = Depends(UnionAuth(scopes=["userdata.info.admin"], allow_none=False, auto_error=True)),
1919
) -> UserDebugCardGet:
2020
"""

0 commit comments

Comments
 (0)