We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8685 commit 9c28652Copy full SHA for 9c28652
src/sessions.ts
@@ -970,9 +970,7 @@ export class ServerSession {
970
isDirty: boolean;
971
972
/** @internal */
973
- constructor(
974
- cloned?: { id: ServerSessionId; lastUse: number; txnNumber: number; isDirty: boolean } | null
975
- ) {
+ constructor(cloned?: ServerSession | null) {
976
if (cloned != null) {
977
const idBytes = Buffer.allocUnsafe(16);
978
idBytes.set(cloned.id.id.buffer);
0 commit comments