Skip to content

Commit

Permalink
feat(favorites): Tweaks get_top_prayers method
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 18, 2024
1 parent 256c4ad commit 98c912b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl/favorites/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ async def get_top_prayers() -> QuerySet[RECAPDocument]:
"docket_entry__docket_id",
"docket_entry__docket__slug",
"docket_entry__docket__case_name",
"docket_entry__docket__case_name_short",
"docket_entry__docket__case_name_full",
"docket_entry__docket__docket_number",
"docket_entry__docket__pacer_case_id",
"docket_entry__docket__court__jurisdiction",
Expand Down

0 comments on commit 98c912b

Please sign in to comment.