Skip to content

Commit f65a521

Browse files
committed
facepalm
1 parent 4fc65f7 commit f65a521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema-analyzer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ function getCappedValue(bsonType: SchemaBSONType, value: BSONValue) {
346346
? new Code(cropString(value.code, 10000), value.scope)
347347
: value;
348348
}
349+
return value;
349350
}
350351

351352
function computeHasDuplicatesForType(type: SchemaAnalysisType, unique?: number) {

0 commit comments

Comments
 (0)