mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Webhook Node): Add tests for utils (no-changelog) (#10613)
This commit is contained in:
@@ -10,8 +10,8 @@ import jwt from 'jsonwebtoken';
|
||||
import { formatPrivateKey } from '../../utils/utilities';
|
||||
import { WebhookAuthorizationError } from './error';
|
||||
|
||||
type WebhookParameters = {
|
||||
httpMethod: string;
|
||||
export type WebhookParameters = {
|
||||
httpMethod: string | string[];
|
||||
responseMode: string;
|
||||
responseData: string;
|
||||
responseCode?: number; //typeVersion <= 1.1
|
||||
|
||||
Reference in New Issue
Block a user