From 72006916100acfcc325ea94dc8b57bcada0d3007 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 17 Dec 2020 13:06:08 +0000 Subject: [PATCH] Fix typo --- syncapi/internal/keychange.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/internal/keychange.go b/syncapi/internal/keychange.go index 01483d8b1..3f901f498 100644 --- a/syncapi/internal/keychange.go +++ b/syncapi/internal/keychange.go @@ -131,7 +131,7 @@ func DeviceListCatchup( to.DeviceListPosition = types.LogPosition{ Partition: queryRes.Partition, Offset: queryRes.Offset, - }) + } res.NextBatch.ApplyUpdates(to) return hasNew, nil