We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c504e commit 0fff10fCopy full SHA for 0fff10f
apps/interaction-worker/src/index.ts
@@ -47,7 +47,7 @@ app.get("/health", async (c) => {
47
48
// Webhook handler at root
49
app.post("/", async (c) => {
50
- console.log(process.env.DATABASE_URL);
+ console.log(process.env);
51
const body = await c.req.json();
52
console.log("Received webhook payload", body);
53
0 commit comments