You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.AssertfCtx(ctx, "ChangesEntry has no changes: %s", ce.String())
71
+
return""
72
+
}
69
73
// pick just the first entry in changes
70
74
for_, changeVersionString:=rangece.Changes[0] {
71
75
// whichever version is present we'll return it - only expected to have one version type populated - since the feed is initialized with a preferred version type.
@@ -163,7 +167,7 @@ func (db *DatabaseCollectionWithUser) addDocToChangeEntry(ctx context.Context, e
0 commit comments