Skip to content

Commit 8f1023f

Browse files
committed
set CompositeKey from BucketAggregate
1 parent 51a2c78 commit 8f1023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Aggregations/AggregateDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public CompositeBucketAggregate Composite(string key)
204204
{
205205
Buckets = bucket.Items.OfType<CompositeBucket>().ToList(),
206206
Meta = bucket.Meta,
207-
AfterKey = new CompositeKey(bucket.AfterKey)
207+
AfterKey = bucket.AfterKey
208208
};
209209
}
210210

0 commit comments

Comments
 (0)