Skip to content

inngest@3.29.3

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 10 Jan 19:50
· 510 commits to main since this release
8d1d6d7

Patch Changes

  • #798 f426ba6 Thanks @jpwilliams! - Fix named functions returning never[] for their parameters when passed to step.run()

    // This now works
    step.run("", function named() {});