Skip to content

Commit

Permalink
unlimted list
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Dec 3, 2024
1 parent 54b6fea commit ce3cdc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/v2/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async def get_players_kc(
name: list[Annotated[str, Field(..., min_length=1, max_length=13)]] = Query(
...,
min_length=1,
max_length=5,
description="Name of the player",
examples=["Player1", "Player2"],
),
Expand All @@ -47,7 +46,6 @@ async def get_feedback_score(
name: list[Annotated[str, Field(..., min_length=1, max_length=13)]] = Query(
...,
min_length=1,
max_length=5,
description="Name of the player",
examples=["Player1", "Player2"],
),
Expand Down

0 comments on commit ce3cdc5

Please sign in to comment.