mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Make push work for waiting webhooks (#11678)
This commit is contained in:
committed by
GitHub
parent
cbdd535fe0
commit
600479bf36
@@ -2114,6 +2114,7 @@ export interface IRunExecutionData {
|
||||
waitingExecutionSource: IWaitingForExecutionSource | null;
|
||||
};
|
||||
waitTill?: Date;
|
||||
pushRef?: string;
|
||||
}
|
||||
|
||||
export interface IRunData {
|
||||
|
||||
Reference in New Issue
Block a user