File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const schedulerPlugin: JupyterFrontEndPlugin<void> = {
9393 activate : activatePlugin
9494} ;
9595const advancedOptions : JupyterFrontEndPlugin < Scheduler . IAdvancedOptions > = {
96- id : '@jupyterlab/scheduler:IAdvancedOptions' ,
96+ id : '@jupyterlab/scheduler:IAdvancedOptions' ,
9797 autoStart : true ,
9898 provides : Scheduler . IAdvancedOptions ,
9999 activate : ( app : JupyterFrontEnd ) => {
@@ -203,11 +203,11 @@ function activatePlugin(
203203 console . log ( ' Override token expected:' , Scheduler . IAdvancedOptionsOverride ) ;
204204 console . log ( ' Override received:' , advancedOptionsOverride ) ;
205205 console . log ( ' Default received:' , advancedOptionsDefault ) ;
206-
206+
207207 // Use override if available, otherwise use default
208208 const advancedOptions = advancedOptionsOverride || advancedOptionsDefault ;
209209 console . log ( ' Using:' , advancedOptions ) ;
210-
210+
211211 const trans = translator . load ( 'jupyterlab' ) ;
212212 const api = new SchedulerService ( { } ) ;
213213 verifyServerExtension ( { api, translator } ) ;
You can’t perform that action at this time.
0 commit comments