We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb637e commit 56bb12cCopy full SHA for 56bb12c
PowerSync/PowerSync.Common/Client/PowerSyncDatabase.cs
@@ -241,7 +241,8 @@ protected async Task UpdateHasSynced()
241
);
242
243
DateTime? lastCompleteSync = null;
244
-
+
245
+ // TODO: Will be altered/extended when reporting individual sync priority statuses are supported
246
foreach (var result in results)
247
{
248
var parsedDate = DateTime.Parse(result.last_synced_at + "Z");
0 commit comments