Skip to content

Commit ae18aa1

Browse files
committed
chore(cleanup): Remove unused lock variable from SessionConnection
Signed-off-by: Jonas <jonas@freesources.org>
1 parent 24a23b3 commit ae18aa1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/services/SessionConnection.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export class SessionConnection {
2020
#documentState
2121
#document
2222
#session
23-
#lock
2423
#readOnly
2524
#hasOwner
2625
connection
@@ -29,15 +28,13 @@ export class SessionConnection {
2928
const {
3029
document,
3130
session,
32-
lock,
3331
readOnly,
3432
content,
3533
documentState,
3634
hasOwner,
3735
} = data
3836
this.#document = document
3937
this.#session = session
40-
this.#lock = lock
4138
this.#readOnly = readOnly
4239
this.#content = content
4340
this.#documentState = documentState

0 commit comments

Comments
 (0)