mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -1175,7 +1175,6 @@ export class HttpRequestV2 implements INodeType {
|
||||
}
|
||||
|
||||
if (options.splitIntoItems === true && Array.isArray(response)) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-loop-func
|
||||
response.forEach((item) =>
|
||||
returnItems.push({
|
||||
json: item,
|
||||
|
||||
Reference in New Issue
Block a user