diff --git a/repositories/match_view_repository.py b/repositories/match_view_repository.py index b2fd792..23f160c 100644 --- a/repositories/match_view_repository.py +++ b/repositories/match_view_repository.py @@ -8,7 +8,7 @@ def get_match_lineups_grouped(match_id: int, home_team_id: int, away_team_id: in ml.player_id, ml.player_name, ml.number, - ml.position, + p.position, ml.lineup_type, ml.is_captain, p.last_name, diff --git a/vmix.zip b/vmix.zip new file mode 100644 index 0000000..d272389 Binary files /dev/null and b/vmix.zip differ