Skip to content

Commit

Permalink
fix: thinking query offset
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 4, 2024
1 parent e55a213 commit bb3dbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(app)/thinking/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const List = () => {
queryKey: QUERY_KEY,
queryFn: async ({ pageParam }) => {
const { data } = await apiClient.shorthand.getList({
after: pageParam,
before: pageParam,
size: FETCH_SIZE,
})

Expand Down

0 comments on commit bb3dbf4

Please sign in to comment.