mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
🐛 Fix bug that not all Trigger-Nodes got updated/removed
This commit is contained in:
@@ -123,7 +123,7 @@ export interface INodeInputDataConnections {
|
||||
|
||||
|
||||
export interface IWorkflowData {
|
||||
pollResponse?: IPollResponse;
|
||||
triggerResponse?: ITriggerResponse;
|
||||
pollResponses?: IPollResponse[];
|
||||
triggerResponses?: ITriggerResponse[];
|
||||
workflow: Workflow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user