Replace memoize with cached for teams_sorted_by_points
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 2m21s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 2m21s
This commit is contained in:
@ -38,6 +38,7 @@ def cache_invalidate_race_result_updated() -> None:
|
||||
"points_most_gained_names",
|
||||
"points_most_lost_names",
|
||||
"points_team_points_per_step_cumulative",
|
||||
"points_teams_sorted_by_points",
|
||||
"points_wcc_standing_by_position",
|
||||
"points_wcc_standing_by_team",
|
||||
"points_user_standing",
|
||||
@ -50,7 +51,6 @@ def cache_invalidate_race_result_updated() -> None:
|
||||
"total_driver_points_by",
|
||||
"drivers_sorted_by_points",
|
||||
"total_team_points_by",
|
||||
"teams_sorted_by_points",
|
||||
"points_by",
|
||||
"is_team_winner",
|
||||
"has_podium",
|
||||
|
||||
Reference in New Issue
Block a user