mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Fix storage service
This commit is contained in:
@@ -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(()=>{
|
||||
|
||||
Reference in New Issue
Block a user