File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- const totalCommentsExample = 1000 ;
1+ const totalCommentsExample = 40 ;
22
33const skipCommentsExample = 0 ;
44
5- const limitCommentsExample = 30 ;
5+ const limitCommentsExample = 40 ;
66
77const newCommentDtoExample = #{
88 postId : "11" ,
Original file line number Diff line number Diff line change 1- const totalCoursesExample = 1000 ;
1+ const totalCoursesExample = 5 ;
22
33const skipCoursesExample = 0 ;
44
Original file line number Diff line number Diff line change 1- const totalPostsExample = 1000 ;
1+ const totalPostsExample = 40 ;
22
33const skipPostsExample = 0 ;
44
5- const limitPostsExample = 30 ;
5+ const limitPostsExample = 40 ;
66
77const newPostDtoExample = #{
88 title : "New post" ,
Original file line number Diff line number Diff line change 1- const totalUsersExample = 5 ;
1+ const totalUsersExample = 10 ;
22
33const skipUsersExample = 0 ;
44
You can’t perform that action at this time.
0 commit comments