feat: add team param to _build_refractor_response for collection view (#138) #140
@ -485,6 +485,7 @@ async def _build_refractor_response(
|
||||
player_id: int,
|
||||
refractor_tier: int,
|
||||
refractor_data: dict,
|
||||
team: Optional[dict] = None,
|
||||
) -> dict:
|
||||
"""Build response data for a /player refractor_tier request.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user