mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(HTTP Request Node): Do not create circular references in HTTP request node output (#8030)
## Summary Remove unused `response.request` circular reference in http response objects ## Related tickets [PAY-1119](https://linear.app/n8n/issue/PAY-1119) ## Review / Merge checklist - [x] PR title and summary are descriptive.
This commit is contained in:
committed by
GitHub
parent
67bd8ad698
commit
5b7ea16d9a
@@ -1046,6 +1046,7 @@ export class HttpRequestV2 implements INodeType {
|
||||
}
|
||||
|
||||
response = response.value;
|
||||
delete response.request;
|
||||
|
||||
const options = this.getNodeParameter('options', itemIndex, {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user