sync page
This commit is contained in:
@@ -189,7 +189,7 @@ class SyncBloc extends Bloc<SyncEvent, SyncState> {
|
||||
),
|
||||
);
|
||||
|
||||
final result = await _productRepository.getProducts(
|
||||
final result = await _productRepository.getRemoteProducts(
|
||||
page: page,
|
||||
limit: 50, // ambil batch besar biar cepat
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user