Skip to content

Commit 165918f

Browse files
committed
revert change
1 parent 87508e9 commit 165918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdam/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export class Server extends TypedEventEmitter<ServerEvents> {
295295
this.incrementOperationCount();
296296
if (conn == null) {
297297
try {
298-
conn = await this.pool.checkOut({});
298+
conn = await this.pool.checkOut();
299299
if (this.loadBalanced && isPinnableCommand(cmd, session)) {
300300
session?.pin(conn);
301301
}

0 commit comments

Comments
 (0)