Skip to content

Commit 5ffff5f

Browse files
committed
Pagination success
1 parent 3abd0c1 commit 5ffff5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lam7a/lib/features/tweet/services/tweet_api_service_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class TweetsApiServiceImpl implements TweetsApiService {
107107
endpoint: ApiConfig.postsEndpoint,
108108
queryParameters: {
109109
'limit': 100, // Limit to 50 most recent tweets
110-
'page': 1, // First page
110+
'page': 28, // First page
111111
'sort': 'desc', // Sort by newest first (if backend supports it)
112112
},
113113
);

0 commit comments

Comments
 (0)