Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Webhook.post('/webhook', async (req: any, res: any) => { // tslint:disable-line
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req: any, res: any) => { // tslint:disable-line
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}
Webhook.post('/webhook', async (req, res) => {
await app.handle(new ExpressJS(req, res));
});
}