From 525653632982dab62a44ce8b822cde3a13ff40f4 Mon Sep 17 00:00:00 2001 From: Warren James Date: Mon, 11 Mar 2024 14:30:31 -0400 Subject: [PATCH] eslint --- src/cmap/connection_pool.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmap/connection_pool.ts b/src/cmap/connection_pool.ts index aa83032bee..b49c3d1d7b 100644 --- a/src/cmap/connection_pool.ts +++ b/src/cmap/connection_pool.ts @@ -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;