Skip to content

Commit 1e06a01

Browse files
committed
remove duplicated @internal label from tokenbucket property
1 parent 02f2b18 commit 1e06a01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sdam/topology.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export class Topology extends TypedEventEmitter<TopologyEvents> {
213213
hello?: Document;
214214
_type?: string;
215215

216-
/** @internal */
217216
tokenBucket = new TokenBucket(INITIAL_TOKEN_BUCKET_SIZE);
218217

219218
client!: MongoClient;

0 commit comments

Comments
 (0)