Skip to content

Commit 9635ffb

Browse files
committed
chore: make serverSession sym prop private
1 parent 6be342c commit 9635ffb

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
@@ -137,7 +137,7 @@ export class ClientSession
137137
* initially undefined. Gets set to false when startTransaction is called. When commitTransaction is sent to server, if the commitTransaction succeeds, it is then set to undefined, otherwise, set to true */
138138
commitAttempted?: boolean;
139139
/** @internal */
140-
[kServerSession]: ServerSession | null;
140+
private [kServerSession]: ServerSession | null;
141141
/** @internal */
142142
[kSnapshotTime]?: Timestamp;
143143
/** @internal */

0 commit comments

Comments
 (0)