🐛 Fix Pydantic breaking changes
This commit is contained in:
@@ -18,7 +18,7 @@ router = APIRouter()
|
||||
|
||||
|
||||
class SetControllerUpInput(BaseModel):
|
||||
player_name: str | None
|
||||
player_name: str | None = None
|
||||
name: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user