Skip to content

Commit

Permalink
fix: make feature flag internal
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Apr 14, 2023
1 parent 670ab58 commit a1fb527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdam/topology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export interface TopologyOptions extends BSONSerializeOptions, ServerOptions {
metadata: ClientMetadata;
/** MongoDB server API version */
serverApi?: ServerApi;
/** @internal */
[featureFlag: symbol]: any;
}

Expand Down

0 comments on commit a1fb527

Please sign in to comment.