We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1befb8c commit b2ac380Copy full SHA for b2ac380
typescript/inbound/index.ts
@@ -18,6 +18,7 @@ const app: Application = express();
18
const verify = async (req: Request, res: Response, next: NextFunction) => {
19
if(!HOOKDECK_WEBHOOK_SECRET) {
20
console.warn("No HOOKDECK_WEBHOOK_SECRET found in environment variables. Skipping verification.")
21
+ next();
22
return;
23
}
24
0 commit comments