Skip to content

Commit 1597ace

Browse files
committed
fixup: review comments
1 parent 83bd44f commit 1597ace

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/data-service/src/csfle-collection-tracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

packages/data-service/src/run-command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ export type CollectionInfoNameOnly = {
193193
export 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;

0 commit comments

Comments
 (0)