remove uunsed

This commit is contained in:
Peter Maquiran
2024-10-21 10:15:48 +01:00
parent 661b449fb4
commit ac1f01b15b
40 changed files with 21 additions and 744 deletions
+3 -4
View File
@@ -64,7 +64,6 @@ export class NotificationsService {
private platform: Platform,
private router: Router,
private zone: NgZone,
private eventtrigger: EventTrigger,
private afMessaging: AngularFireMessaging,
public NotificationHolderService: NotificationHolderService) {
@@ -244,9 +243,9 @@ export class NotificationsService {
console.log(notification)
this.storenotification(notification)
this.notificationReceived.emit();
this.eventtrigger.publishSomeData({
notification: "recive"
})
// this.eventtrigger.publishSomeData({
// notification: "recive"
// })
// Handle the received message, e.g., show a notification
});
}