sync page

This commit is contained in:
efrilm
2025-10-24 23:20:41 +07:00
parent 6892895021
commit 79e109cfe4
10 changed files with 669 additions and 63 deletions
+1 -1
View File
@@ -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
);