Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Mar 11, 2024
1 parent 51b8244 commit 5256536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmap/connection_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ export const PoolState = Object.freeze({
closed: 'closed'
} as const);

/**
/**
* @public
* @deprecated This interface is deprecated and will be removed in a future release as it is not used
* in the driver
* in the driver
*/
export interface CloseOptions {
force?: boolean;
Expand Down

0 comments on commit 5256536

Please sign in to comment.