Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug where all events filtered out #143

Merged
merged 2 commits into from
Mar 5, 2020
Merged

Fix bug where all events filtered out #143

merged 2 commits into from
Mar 5, 2020

Conversation

n8snyder
Copy link
Collaborator

The bug was in the logic of what query parameters would be used to query
for events. The situation was when querying for events on a day in a
future month, the query would filter both for start datetime of the
future month as well as filter for events of the current month.

The bug was in the logic of what query parameters would be used to query
for events. The situation was when querying for events on a day in a
future month, the query would filter both for start datetime of the
future month as well as filter for events of the current month.
Copy link
Collaborator

@mikeubell mikeubell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Why not get rid of the commented out code below the change?

@n8snyder n8snyder merged commit 5e823b4 into master Mar 5, 2020
@n8snyder n8snyder deleted the bug-fix-filter branch March 5, 2020 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants