Skip to content

Commit a590ff2

Browse files
Update src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs
Co-authored-by: Copilot <[email protected]>
1 parent a69e156 commit a590ff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ internal async Task<PushResult> PushAsync(IEnumerable<Type> entityTypes, PushOpt
283283
// Signal we ended the push operation.
284284
this._context.SendSynchronizationEvent(new SynchronizationEventArgs()
285285
{
286-
EventType = SynchronizationEventType.PushEnded
286+
EventType = SynchronizationEventType.PushEnded,
287+
ItemsProcessed = 0,
288+
ItemsTotal = 0
287289
});
288290
return pushResult;
289291
}

0 commit comments

Comments
 (0)