mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
icon change
This commit is contained in:
@@ -114,7 +114,7 @@ export class NotificationsService {
|
||||
var notificationReceived = (message) => {
|
||||
this.jsonstore.createCollection('Notifications',message);
|
||||
this.jsonstore.getCollection('Notifications')
|
||||
console.log("Notification Store: ", this.jsonstore.getCollection('Notifications')[0]);
|
||||
console.log("Notification Store: ", this.jsonstore.getCollection('Notifications'));
|
||||
console.log(message);
|
||||
var data = JSON.parse(message.payload);
|
||||
console.log(data.Service);
|
||||
|
||||
Reference in New Issue
Block a user