mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -219,7 +219,9 @@ export class NotificationsService {
|
||||
//this.jsonstore.createCollection('Notifications',message);
|
||||
this.DataArray.push(message)
|
||||
console.log("On ReceiveNotification", this.DataArray)
|
||||
this.storageService.store("Notifications",JSON.stringify(this.DataArray))
|
||||
this.storageService.store("Notifications",JSON.stringify(this.DataArray)).then(()=>{
|
||||
|
||||
})
|
||||
|
||||
console.log(message);
|
||||
var data = JSON.parse(message.payload);
|
||||
|
||||
Reference in New Issue
Block a user