mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Disable check for update with interval
This commit is contained in:
@@ -73,9 +73,9 @@ export class AppComponent implements OnInit {
|
||||
|
||||
checkForUpdate() {
|
||||
interval(this._checkForUpdates).subscribe(() => {
|
||||
this._swUpdate.checkForUpdate().then(() => {
|
||||
this._notifications.updateNotification();
|
||||
});
|
||||
// this._swUpdate.checkForUpdate().then(() => {
|
||||
// this._notifications.updateNotification();
|
||||
// });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user