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

refactor(function-runner): Refactored some Promise lines #383

Conversation

JimSchofield
Copy link
Contributor

It seems that we didn't have to call Promise.resolve twice, and we
also could just resolve the value in either case of being a plain value
or a promise.

Seems to work locally with tests, but I will be depending on ci testing

@NullVoxPopuli
Copy link
Owner

after this is merged: #384
once you rebase, CI should go green

It seems that we didn't have to call `Promise.resolve` twice, and we
also could just resolve the value in either case of being a plain value
or a promise.
@JimSchofield JimSchofield force-pushed the refactor/function-runner-promise-resolution branch from ba72f76 to 462aca6 Compare February 15, 2022 20:56
@NullVoxPopuli
Copy link
Owner

Much thanks!!! I love when code can be deleted!!!!!!

@NullVoxPopuli NullVoxPopuli merged commit d262163 into NullVoxPopuli:main Feb 15, 2022
@github-actions
Copy link
Contributor

🎉 This PR is included in version 4.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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