fix input filter

This commit is contained in:
Peter Maquiran
2024-07-15 12:52:21 +01:00
parent 0c024beb77
commit 57ee7dd7cf
7 changed files with 36 additions and 15 deletions
@@ -95,7 +95,7 @@ export class NativeNotificationService {
.filter(e => new Date().getTime() <= new Date(e.start).getTime())
.filter(e => this.didEventHappenToday(e.start))
console.log('notify', events)
// console.log('notify', events)
await this.cancelAllNotification();