diff --git a/src/pages/api/inngest.ts b/src/pages/api/inngest.ts index 64af36f..e874908 100644 --- a/src/pages/api/inngest.ts +++ b/src/pages/api/inngest.ts @@ -4,7 +4,7 @@ import { serve } from "inngest/next"; import { MongoClient } from "mongodb"; // Create a client to send and receive events -export const inngest = new Inngest({ id: "my-app" }); +export const inngest = new Inngest({ id: "mhsf" }); // Create an API that serves zero functions export default serve({