refactor(webhook): remove auth placeholder
This commit is contained in:
@@ -27,8 +27,7 @@ export default async (request: IRequest, response: Response) => {
|
||||
return response.sendStatus(404);
|
||||
}
|
||||
|
||||
|
||||
if (app.auth.verifyWebhook) {
|
||||
if (app.auth?.verifyWebhook) {
|
||||
const $ = await globalVariable({
|
||||
flow,
|
||||
connection: await triggerStep.$relatedQuery('connection'),
|
||||
|
Reference in New Issue
Block a user