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 {
107107 `api/kernels/${ kernelId } /execute`
108108 ) ;
109109 const cellId = cell . model . sharedModel . getId ( ) ;
110- const documentId = notebook . sharedModel . getState ( 'room_id ' ) ;
110+ const documentId = notebook . sharedModel . getState ( 'document_id ' ) ;
111111
112112 const init = {
113113 method : 'POST' ,
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export class WebSocketProvider implements IDocumentProvider {
137137 this . _yWebsocketProvider . off ( 'sync' , this . _onSync ) ;
138138
139139 const state = this . _sharedModel . ydoc . getMap ( 'state' ) ;
140- state . set ( 'room_id ' , this . _yWebsocketProvider . roomname ) ;
140+ state . set ( 'document_id ' , this . _yWebsocketProvider . roomname ) ;
141141 }
142142 this . _ready . resolve ( ) ;
143143 }
You can’t perform that action at this time.
0 commit comments