This commit is contained in:
Peter Maquiran
2023-01-05 12:18:21 +01:00
9 changed files with 53 additions and 58 deletions
@@ -51,15 +51,6 @@ export class NotificationsService {
/* private eventTriger: Events, */
/* private fcm: FCM */) {
this.storageService.get("Notifications").then((value) => {
}).catch((error)=>{
console.error('storage getnotification',error)
}).catch(() => {
this.storageService.store("Notifications", [])
})
}
registerCallback(type: IdObject, funx: Function, object: any = {}) {