mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Minor streaming fixes (no-changelog) (#17683)
This commit is contained in:
@@ -27,8 +27,7 @@ export class Agent extends VersionedNodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
// We keep defaultVersion as 2.1 to ensure we publish streaming when everything is ready
|
||||
defaultVersion: 2.1,
|
||||
defaultVersion: 2.2,
|
||||
};
|
||||
|
||||
const nodeVersions: IVersionedNodeType['nodeVersions'] = {
|
||||
|
||||
Reference in New Issue
Block a user