Apply strictNullChecks to src/settings/* (#10252
* Apply strictNullChecks to src/settings/* * Fix inherited types
This commit is contained in:
parent
95223c87fe
commit
eca28ac2f3
5 changed files with 20 additions and 24 deletions
|
@ -29,7 +29,7 @@ export default class SlidingSyncController extends SettingController {
|
|||
}
|
||||
|
||||
public async onChange(): Promise<void> {
|
||||
PlatformPeg.get().reload();
|
||||
PlatformPeg.get()?.reload();
|
||||
}
|
||||
|
||||
public get settingDisabled(): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue