chore: Lintfix nodes-base (#16877)

This commit is contained in:
Iván Ovejero
2025-07-01 15:05:40 +02:00
committed by GitHub
parent 38c2e6184c
commit 422aa82524
56 changed files with 64 additions and 88 deletions

View File

@@ -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,