mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-29 06:40:37 +02:00
refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
@@ -55,7 +55,7 @@ type PushRequest = Request<
|
||||
{},
|
||||
{
|
||||
type: IPushDataType;
|
||||
sessionId: string;
|
||||
pushRef: string;
|
||||
data: object;
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user