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 429518d commit 7cbfdb8Copy full SHA for 7cbfdb8
PowerSync/PowerSync.Common/Client/PowerSyncDatabase.cs
@@ -242,7 +242,7 @@ protected async Task UpdateHasSynced()
242
243
DateTime? lastCompleteSync = null;
244
245
- // TODO: Will be altered/extended when reporting individual sync priority statuses are supported
+ // TODO: Will be altered/extended when reporting individual sync priority statuses is supported
246
foreach (var result in results)
247
{
248
var parsedDate = DateTime.Parse(result.last_synced_at + "Z");
0 commit comments