Skip to content

Commit

Permalink
Add missing ID to step.sendEvent() (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams authored Oct 24, 2023
1 parent 30fb1d2 commit e0e33c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/guides/fan-out-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const loadCron = inngest.createFunction(

// Send all events to Inngest, which triggers any functions listening to
// the given event names.
await step.sendEvent(events);
await step.sendEvent("fan-out-weekly-emails", events);

// Return the number of users triggered.
return { count: users.length };
Expand Down

1 comment on commit e0e33c1

@vercel
Copy link

@vercel vercel bot commented on e0e33c1 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

inngest.vercel.app
website-git-main-inngest.vercel.app
website-inngest.vercel.app
www.inngest.com

Please sign in to comment.