More TypeScript

This commit is contained in:
Mo Bitar
2020-04-10 09:21:45 -05:00
parent b5b53fdc43
commit 16bde8d1d4
11 changed files with 106 additions and 144 deletions

View File

@@ -17,7 +17,7 @@ export class WebDeviceInterface extends DeviceInterface {
}
setApplication(application: SNApplication) {
this.database.setApplication(application);
this.database.setAlertService(application.alertService!);
}
deinit() {