diff --git a/list.html b/list.html index 03f2f77..542712d 100644 --- a/list.html +++ b/list.html @@ -259,7 +259,7 @@ let query = { query: `{ - creates(first: 20) { + creates(first: 20, orderBy: redPacketId, orderDirection: desc) { id redPacketId creator @@ -597,4 +597,4 @@