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:
@@ -27,8 +27,6 @@ import type { Readable } from 'stream';
|
||||
import { keysToLowercase } from '@utils/utilities';
|
||||
|
||||
import { mainProperties } from './Description';
|
||||
import { setFilename } from './utils/binaryData';
|
||||
import { mimeTypeFromResponse } from './utils/parse';
|
||||
import type { BodyParameter, IAuthDataSanitizeKeys } from '../GenericFunctions';
|
||||
import {
|
||||
binaryContentTypes,
|
||||
@@ -40,6 +38,8 @@ import {
|
||||
sanitizeUiMessage,
|
||||
setAgentOptions,
|
||||
} from '../GenericFunctions';
|
||||
import { setFilename } from './utils/binaryData';
|
||||
import { mimeTypeFromResponse } from './utils/parse';
|
||||
import { configureResponseOptimizer } from '../shared/optimizeResponse';
|
||||
|
||||
function toText<T>(data: T) {
|
||||
@@ -1000,7 +1000,6 @@ export class HttpRequestV3 implements INodeType {
|
||||
}
|
||||
|
||||
if (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