Skip to content

Commit f6f2140

Browse files
committed
cleanup
1 parent 3e6046d commit f6f2140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema-convertors/internalToStandard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const RELAXED_EJSON_DEFINITIONS = Object.freeze({
111111
type: 'string'
112112
},
113113
$scope: {
114-
type: 'object' // TODO: object is ejson object hmm
114+
type: 'object'
115115
}
116116
},
117117
required: ['$code', '$scope'],

0 commit comments

Comments
 (0)