Skip to content

Commit 7cbfdb8

Browse files
committed
Typo.
1 parent 429518d commit 7cbfdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerSync/PowerSync.Common/Client/PowerSyncDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ protected async Task UpdateHasSynced()
242242

243243
DateTime? lastCompleteSync = null;
244244

245-
// TODO: Will be altered/extended when reporting individual sync priority statuses are supported
245+
// TODO: Will be altered/extended when reporting individual sync priority statuses is supported
246246
foreach (var result in results)
247247
{
248248
var parsedDate = DateTime.Parse(result.last_synced_at + "Z");

0 commit comments

Comments
 (0)