fix: edit inngest app-id

This commit is contained in:
dvelo 2024-08-10 11:47:53 -05:00
parent ca1d5324ab
commit 1ba9d61ed6

@ -4,7 +4,7 @@ import { serve } from "inngest/next";
import { MongoClient } from "mongodb"; import { MongoClient } from "mongodb";
// Create a client to send and receive events // 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 // Create an API that serves zero functions
export default serve({ export default serve({