Skip to content

Commit

Permalink
reverse pub data
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Feb 11, 2025
1 parent a5ce015 commit de6419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corptools/api/character/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get_character_pubdata(request, character_id: int):
.filter(character__character__in=characters)\
.select_related(
'character__character', 'corporation_name'
).order_by("record_id")
).order_by("-record_id")

histories = {}
for h in corp_histories:
Expand Down

1 comment on commit de6419d

@pvyParts
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #129

Please sign in to comment.