Skip to content

Fix filter callback return type #702

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

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Fix filter callback return type #702

merged 1 commit into from
Mar 4, 2022

Conversation

povder
Copy link
Contributor

@povder povder commented Mar 2, 2022

What issue does this pull request resolve?

I opted not to create a GitHub issue for this simple type fix. The issue is that the type of FilterByCallback should be boolean and currently it is void.

What changes did you make?

Changed the return type of the FilterByCallback to boolean.

Is there anything that requires more attention while reviewing?

No.

@ericgio
Copy link
Owner

ericgio commented Mar 4, 2022

Nice catch, thank you!

@ericgio ericgio merged commit 355de2b into ericgio:main Mar 4, 2022
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.

2 participants