Skip to content

Commit 63edfa1

Browse files
committed
Remove prop from connection info
1 parent 246f398 commit 63edfa1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/compass-connections/src/stores/connections-store-redux.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,6 @@ const connectWithOptions = (
18071807
await dataService.getUpdatedSecrets(),
18081808
}
18091809
: {}),
1810-
isGenuineMongoDB: instanceInfo.genuineMongoDB.isGenuine,
18111810
}
18121811
)
18131812
)

packages/connection-info/src/connection-info.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ export interface ConnectionInfo {
145145
* The metadata for the Atlas cluster. Set from Atlas control plane when using compass-web.
146146
*/
147147
atlasMetadata?: AtlasClusterMetadata;
148-
149-
/**
150-
* Indicates whether this connection is to a genuine MongoDB server.
151-
*/
152-
isGenuineMongoDB?: boolean;
153148
}
154149

155150
export interface ConnectionFavoriteOptions {

0 commit comments

Comments
 (0)