Fix storage service

This commit is contained in:
Peter Maquiran
2021-08-31 19:30:08 +01:00
parent 40a6a4d37a
commit 82a601ccec
6 changed files with 16 additions and 41 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class HomePage implements OnInit {
this.webNotificationPopupService.sendNotification(DataArray.Object)
this.storageService.get('Notifications').then((data)=>{
this.storageService.get('Notifications').then((data:any)=>{
data.push(DataArray)
this.storageService.store("Notifications", data)
}).catch(()=>{