inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

Set dummy value for event key for local development #361

Closed jpwilliams closed 11 months ago

jpwilliams commented 11 months ago

Summary

This fixes a bug whereby events are attempted to send to /e instead of /e/123, resulting in failed requests following #357.

We should maintain that the API should always expect a key, so we'll make the change here to set a dummy key just as users had to pre-#357.

Checklist

Related

changeset-bot[bot] commented 11 months ago

⚠️ No Changeset found

Latest commit: 6f41e6c992aeadf9ef237deb316b615f62057dea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR