Skip to content

Commit 56bb12c

Browse files
committed
Small comment.
1 parent bfb637e commit 56bb12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PowerSync/PowerSync.Common/Client/PowerSyncDatabase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ protected async Task UpdateHasSynced()
241241
);
242242

243243
DateTime? lastCompleteSync = null;
244-
244+
245+
// TODO: Will be altered/extended when reporting individual sync priority statuses are supported
245246
foreach (var result in results)
246247
{
247248
var parsedDate = DateTime.Parse(result.last_synced_at + "Z");

0 commit comments

Comments
 (0)