mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -65,7 +65,7 @@ export function simplify(item: IAttributeValue): IDataObject {
|
||||
for (const [attribute, value] of Object.entries(item)) {
|
||||
const [type, content] = Object.entries(value)[0] as [AttributeValueType, string];
|
||||
//nedded as simplify is used in decodeItem
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
|
||||
output[attribute] = decodeAttribute(type, content);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user