We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a23b3 commit ae18aa1Copy full SHA for ae18aa1
1 file changed
src/services/SessionConnection.js
@@ -20,7 +20,6 @@ export class SessionConnection {
20
#documentState
21
#document
22
#session
23
- #lock
24
#readOnly
25
#hasOwner
26
connection
@@ -29,15 +28,13 @@ export class SessionConnection {
29
28
const {
30
document,
31
session,
32
- lock,
33
readOnly,
34
content,
35
documentState,
36
hasOwner,
37
} = data
38
this.#document = document
39
this.#session = session
40
- this.#lock = lock
41
this.#readOnly = readOnly
42
this.#content = content
43
this.#documentState = documentState
0 commit comments