diff --git a/store/memo.go b/store/memo.go index ce95412da..e8513fa4d 100644 --- a/store/memo.go +++ b/store/memo.go @@ -76,12 +76,13 @@ type FindMemo struct { Random bool // Pagination - Limit *int - Offset *int + Limit *int + Offset *int + + // Ordering OrderByUpdatedTs bool OrderByPinned bool - - OrderByTimeAsc bool + OrderByTimeAsc bool } type FindMemoPayload struct {