Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelliao authored Jan 22, 2024
1 parent 2ea1f18 commit 9c100cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions list.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
let query = {
query:
`{
creates(first: 20) {
creates(first: 20, orderBy: redPacketId, orderDirection: desc) {
id
redPacketId
creator
Expand Down Expand Up @@ -597,4 +597,4 @@ <h4 class="modal-title x-title" id="infoLabel">&nbsp;</h4>
</div>
</body>

</html>
</html>

0 comments on commit 9c100cd

Please sign in to comment.