Skip to content

Commit 02904c7

Browse files
committed
hotfix: post input type
1 parent a3af846 commit 02904c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/dashboard.request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type SortType = {
1010
export const postList = async (
1111
props: InitType<PostListDto>,
1212
sort: SortType,
13-
cursor?: number | string,
13+
cursor?: string,
1414
) =>
1515
await instance<null, PostListDto>(
1616
cursor

0 commit comments

Comments
 (0)