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

Remove extraneous callbackWaitsForEmptyEventLoop line #90

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

ajschmidt8
Copy link
Contributor

callbackWaitsForEmptyEventLoop is only needed for non-async functions (i.e. functions that use callbacks) and therefore can be safely removed from this package.

See #78 (comment) for more details

`callbackWaitsForEmptyEventLoop` is only needed for non-async functions (i.e. functions that use callbacks) and therefore can be safely removed from this package.

See probot#78 (comment) for more details
@gr2m gr2m merged commit 34e7abc into probot:master Mar 9, 2022
@github-actions
Copy link

github-actions bot commented Mar 9, 2022

🎉 This PR is included in version 3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ajschmidt8 ajschmidt8 deleted the rm-callback-line branch March 9, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants