Skip to content

Commit 9800893

Browse files
fix lint on new code
1 parent b3e0e93 commit 9800893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export class ClientSession
592592
try {
593593
await executeOperation(this.client, operation);
594594
return;
595-
} catch (secondAbortError) {
595+
} catch {
596596
// we do not retry the retry
597597
}
598598
}

0 commit comments

Comments
 (0)