mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:34:59 -05:00
fix: edit inngest app-id
This commit is contained in:
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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user