sao: quick fixes to profile and rewards

This commit is contained in:
2024-03-02 19:38:34 -05:00
parent 6f654f8ba9
commit 3557578bcd
4 changed files with 23 additions and 14 deletions

View File

@ -458,7 +458,7 @@ class SaoItemData(BaseData):
end_sessions.c.user == user_id,
)
).order_by(
end_sessions.c.play_date.asc()
end_sessions.c.play_date.desc()
)
result = await self.execute(sql)