mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix input filter
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user