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/profile finder cb without return #137

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

saadtazi
Copy link
Owner

reported in this github issue: in profile_finder, we were invoking the callback function when an error occured but were not returning immediately.

@saadtazi saadtazi force-pushed the fix/profile-finder-cb-without-return branch from 62135a8 to b5837cf Compare September 28, 2023 22:53
function (err, data) {
if (err) {
cb(err);
return;
Copy link
Owner Author

Choose a reason for hiding this comment

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

the only change, the rest is prettier.

@saadtazi saadtazi merged commit bdd5da0 into master Sep 28, 2023
@saadtazi saadtazi deleted the fix/profile-finder-cb-without-return branch September 28, 2023 23:02
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.

1 participant