File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export class NotebookCellServerExecutor implements INotebookCellExecutor {
107
107
`api/kernels/${ kernelId } /execute`
108
108
) ;
109
109
const cellId = cell . model . sharedModel . getId ( ) ;
110
- const documentId = notebook . sharedModel . getState ( 'room_id ' ) ;
110
+ const documentId = notebook . sharedModel . getState ( 'document_id ' ) ;
111
111
112
112
const init = {
113
113
method : 'POST' ,
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export class WebSocketProvider implements IDocumentProvider {
137
137
this . _yWebsocketProvider . off ( 'sync' , this . _onSync ) ;
138
138
139
139
const state = this . _sharedModel . ydoc . getMap ( 'state' ) ;
140
- state . set ( 'room_id ' , this . _yWebsocketProvider . roomname ) ;
140
+ state . set ( 'document_id ' , this . _yWebsocketProvider . roomname ) ;
141
141
}
142
142
this . _ready . resolve ( ) ;
143
143
}
You can’t perform that action at this time.
0 commit comments