mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
remove all service validation
This commit is contained in:
@@ -89,7 +89,7 @@ export class NativeNotificationService {
|
||||
const notifications = [];
|
||||
|
||||
|
||||
console.log({events});
|
||||
// console.log({events});
|
||||
|
||||
events = events
|
||||
.filter(e => new Date().getTime() <= new Date(e.start).getTime())
|
||||
|
||||
Reference in New Issue
Block a user