Skip to content

Commit bb3dbf4

Browse files
committed
fix: thinking query offset
Signed-off-by: Innei <[email protected]>
1 parent e55a213 commit bb3dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(app)/thinking/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const List = () => {
114114
queryKey: QUERY_KEY,
115115
queryFn: async ({ pageParam }) => {
116116
const { data } = await apiClient.shorthand.getList({
117-
after: pageParam,
117+
before: pageParam,
118118
size: FETCH_SIZE,
119119
})
120120

0 commit comments

Comments
 (0)