Skip to content

Commit 93e5bf1

Browse files
committed
Another one
1 parent 0f62be7 commit 93e5bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/client/sync/stream/core-instruction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function priorityToJs(status: SyncPriorityStatus): sync_status.SyncPriorityStatu
7474
return {
7575
priority: status.priority,
7676
hasSynced: status.has_synced ?? undefined,
77-
lastSyncedAt: status?.last_synced_at != null ? new Date(status.last_synced_at * 1000) : undefined
77+
lastSyncedAt: status.last_synced_at != null ? new Date(status.last_synced_at * 1000) : undefined
7878
};
7979
}
8080

0 commit comments

Comments
 (0)