Skip to content

Commit eca5a46

Browse files
authored
Merge pull request #2 from noelleasta69/pranav/branch1
.
2 parents 6213140 + 3657f54 commit eca5a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bank-webhook/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import express from "express";
22
import db from "@repo/db/client";
33
const app = express();
44

5-
app.use(express.json())
5+
app.use(express.json()) // commnet
66

77
app.post("/hdfcWebhook", async (req, res) => {
88
//TODO: Add zod validation here?

0 commit comments

Comments
 (0)