Skip to content

Commit bad5a23

Browse files
committed
oops
1 parent 9e06281 commit bad5a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-aggregations/src/modules/collections-fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const fetchCollectionFields = (
175175
namespaceToQuery,
176176
{},
177177
{
178-
sort: { $natural: 1 },
178+
sort: { $natural: -1 },
179179
limit: 1,
180180
maxTimeMS: FETCH_SCHEMA_MAX_TIME_MS,
181181
}

0 commit comments

Comments
 (0)