Skip to content

Commit 9f7be0c

Browse files
committed
lint problems
1 parent 23956da commit 9f7be0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/sessions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,7 @@ export class ClientSession
516516
} catch (firstCommitError) {
517517
this.commitAttempted = true;
518518

519-
const remainingAttempts =
520-
this.clientOptions.maxAdaptiveRetries + 1 - operation.attemptsMade;
519+
const remainingAttempts = this.clientOptions.maxAdaptiveRetries + 1 - operation.attemptsMade;
521520
if (remainingAttempts <= 0) {
522521
throw firstCommitError;
523522
}

0 commit comments

Comments
 (0)