File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/data-service/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ export class CSFLECollectionTrackerImpl implements CSFLECollectionTracker {
481481 ! collectionInfos . some ( ( info ) => info . name === existingNs . collection )
482482 ) {
483483 return new Error (
484- `[Compass] Missing encrypted field information of collection '${ existingNs . ns } '`
484+ `[Compass] Missing encrypted field information for collection '${ existingNs . ns } '`
485485 ) ;
486486 }
487487 }
Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ export type CollectionInfoNameOnly = {
193193export type CollectionInfo = CollectionInfoNameOnly & {
194194 /** @see https://docs.mongodb.com/manual/reference/method/db.createCollection/#mongodb-method-db.createCollection */
195195 options : Document ;
196- name : string ;
197196 info : {
198197 readOnly ?: boolean ;
199198 uuid ?: Binary ;
You can’t perform that action at this time.
0 commit comments