Skip to content

Commit 11547a1

Browse files
committed
chore: change cursor value to 0 in pagination
1 parent f78b2e3 commit 11547a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post/dto/req/postFilter.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class PostFilterDto {
3737
@ApiProperty({
3838
type: Number,
3939
description: 'Pagination cursor for next set of results',
40-
example: 17,
40+
example: 0,
4141
})
4242
@Transform(({ value }) => parseInt(value, 10), { toClassOnly: true })
4343
@IsInt()

0 commit comments

Comments
 (0)