feat: Fix loop uses sinceState instead of newSinceState, causing infinite loops.
This commit is contained in:
@@ -50,7 +50,7 @@ class LabelRepositoryImpl extends LabelRepository {
|
||||
final changesResponse = await _labelDatasource.getLabelChanges(
|
||||
session,
|
||||
accountId,
|
||||
sinceState,
|
||||
newSinceState,
|
||||
);
|
||||
|
||||
hasMoreChanges = changesResponse.hasMoreChanges;
|
||||
|
||||
Reference in New Issue
Block a user