Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotomaspinheiro committed Dec 29, 2024
1 parent c65483e commit df5ac97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/routes/_layout/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ function userQueryOptions() {
const paginatedGames = await getUserGameLibrary(userId, {
limit,
offset,
sort: "title",
order: "asc",
});

return {
Expand Down

0 comments on commit df5ac97

Please sign in to comment.