icon change

This commit is contained in:
Eudes Inácio
2021-07-30 08:31:58 +01:00
parent ca8eca4758
commit 5d28ed95fa
57 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -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);