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

workers: default body to provided payload #1155

Merged

Commits on Dec 23, 2022

  1. workers: default body to provided payload

    This was previously incorrectly always using `body` (an uninitialised
    slice of bytes) for the script payload when the configuration was not
    for an ES module upload. Fixes the upload so that both types are
    covered.
    jacobbednarz committed Dec 23, 2022
    Copy the full SHA
    7e65cb2 View commit details
    Browse the repository at this point in the history