You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sessions.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -727,7 +727,7 @@ export class ClientSession
727
727
: null;
728
728
729
729
// 1. Record the current monotonic time, which will be used to enforce the 120-second timeout before later retry attempts.
730
-
conststartTime=this.timeoutContext?.csotEnabled()// This is strictly to appease TS, since the timeoutContext is always CSOT or null
730
+
conststartTime=this.timeoutContext?.csotEnabled()// This is strictly to appease TS. We must narrow the context to a CSOT context before accessing `.start`.
0 commit comments