Skip to content

Commit 0c36556

Browse files
committed
revert non-compliant spec change
1 parent 680ee08 commit 0c36556

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/operations/execute_operation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ async function executeOperationWithRetries<
342342
session,
343343
operationName: operation.commandName,
344344
deprioritizedServers,
345-
signal: operation.options.signal,
346-
timeoutContext
345+
signal: operation.options.signal
347346
});
348347

349348
if (

0 commit comments

Comments
 (0)