mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: Lintfix @n8n/nodes-langchain (#16868)
This commit is contained in:
@@ -395,7 +395,6 @@ export const extractParametersFromText = (
|
||||
const parameters = extractPlaceholders(text);
|
||||
|
||||
if (parameters.length) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
const inputParameters = prepareParameters(
|
||||
parameters.map((name) => ({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user