Skip to content

Commit 0204f4a

Browse files
committed
fix: lint
1 parent a32baa1 commit 0204f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function parseConnectOptions(options: ConnectionOptions): SocketConnectOpts {
307307
(result as Document)[name] = options[name];
308308
}
309309
}
310-
result.keepAliveInitialDelay ??= 120000;
310+
result.keepAliveInitialDelay ??= 120000;
311311
result.keepAlive = true;
312312
result.noDelay = options.noDelay ?? true;
313313

0 commit comments

Comments
 (0)