fix(getFiltered): refs #3271 fix to event filter #1872
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1872
Loading…
Reference in New Issue
No description provided.
Delete Branch "3271-zoneGetFilterdFix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -51,2 +51,4 @@
dateTomorrow.setDate(dateTomorrow.getDate() + 1);
const result = await models.Zone.getEventsFiltered(9, date, dateTomorrow, options);
console.log('dateTomorrow: ', dateTomorrow);
uyuyuyuy