File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -405,15 +405,15 @@ class Glean {
405405 // All dispatched tasks are guaranteed to be run after initialize.
406406 // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
407407 if ( ! Glean . instance . _config ! . debug ) {
408- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
409- Glean . instance . _config ! . debug = { } ;
408+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
409+ Glean . instance . _config ! . debug = { } ;
410410 }
411411
412- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
413- Glean . instance . _config ! . debug . logPings = flag ;
412+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
413+ Glean . instance . _config ! . debug . logPings = flag ;
414414
415- // The dispatcher requires that dispatched functions return promises.
416- return Promise . resolve ( ) ;
415+ // The dispatcher requires that dispatched functions return promises.
416+ return Promise . resolve ( ) ;
417417 } ) ;
418418 }
419419
You can’t perform that action at this time.
0 commit comments