Skip to content

Commit a1fb527

Browse files
committed
fix: make feature flag internal
1 parent 670ab58 commit a1fb527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdam/topology.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export interface TopologyOptions extends BSONSerializeOptions, ServerOptions {
148148
metadata: ClientMetadata;
149149
/** MongoDB server API version */
150150
serverApi?: ServerApi;
151+
/** @internal */
151152
[featureFlag: symbol]: any;
152153
}
153154

0 commit comments

Comments
 (0)