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 loop in before.find when retuning false #313

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

rikvdlooi
Copy link
Contributor

Fix loop when returning false from before.find.

You would get in a loop because this code would do a .find(undefined), which would again execute the before.find.

Fix loop when returning `false` from before.find
@rikvdlooi rikvdlooi changed the title Update find.js Fix loop in before.find when retuning false Jul 13, 2024
@StorytellerCZ StorytellerCZ requested a review from jankapunkt July 15, 2024 09:26
@StorytellerCZ
Copy link
Member

Going to publish this in a patch release and then merge that into the Meteor 3 branch.

@StorytellerCZ StorytellerCZ merged commit 04a76f7 into Meteor-Community-Packages:master Jul 16, 2024
6 checks passed
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.

3 participants