-
-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly filter for
to
dates (#8567)
This change fixes a bug in the event filter's `to` query parameter. The problem was that in an attempt to make it inclusive, we also stripped it of the `IS:` prefix, which meant it had no effect. This change fixes that by first splitting the value, fixing only the date (because we want it to include the entire day), and then joining it back together.
- Loading branch information
1 parent
03eee8a
commit b276d5a
Showing
2 changed files
with
71 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters