mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-22 01:07:24 -05:00
chuni: sort user activity response
This commit is contained in:
parent
9b22318934
commit
1d8fd582c9
|
|
@ -28,7 +28,8 @@ export class SqlUserActivityRepository implements UserActivityRepository {
|
|||
.select("*")
|
||||
.from("cm_user_activity")
|
||||
.where("profile_id", profileId)
|
||||
.where("kind", kind);
|
||||
.where("kind", kind)
|
||||
.orderBy("sort_number DESC");
|
||||
|
||||
const rows = await this._txn.fetchRows(stmt);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user