Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Feb 3, 2025
1 parent 3e6046d commit f6f2140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema-convertors/internalToStandard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const RELAXED_EJSON_DEFINITIONS = Object.freeze({
type: 'string'
},
$scope: {
type: 'object' // TODO: object is ejson object hmm
type: 'object'
}
},
required: ['$code', '$scope'],
Expand Down

0 comments on commit f6f2140

Please sign in to comment.