mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Fix test webhook deregistration (#8247)
This commit is contained in:
@@ -1674,6 +1674,8 @@ export interface IWebhookData {
|
||||
workflowExecuteAdditionalData: IWorkflowExecuteAdditionalData;
|
||||
webhookId?: string;
|
||||
isTest?: boolean;
|
||||
userId?: string;
|
||||
staticData?: Workflow['staticData'];
|
||||
}
|
||||
|
||||
export interface IWebhookDescription {
|
||||
|
||||
Reference in New Issue
Block a user