Skip to content

Commit 0fff10f

Browse files
committed
process
1 parent 85c504e commit 0fff10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/interaction-worker/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ app.get("/health", async (c) => {
4747

4848
// Webhook handler at root
4949
app.post("/", async (c) => {
50-
console.log(process.env.DATABASE_URL);
50+
console.log(process.env);
5151
const body = await c.req.json();
5252
console.log("Received webhook payload", body);
5353

0 commit comments

Comments
 (0)