mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Add lint rule for unsafe property access with lodash get/set (no-changelog) (#8587)
This commit is contained in:
@@ -527,7 +527,7 @@ export class Crypto implements INodeType {
|
||||
newItem.binary = item.binary;
|
||||
}
|
||||
|
||||
set(newItem, `json.${dataPropertyName}`, newValue);
|
||||
set(newItem, ['json', dataPropertyName], newValue);
|
||||
|
||||
returnData.push(newItem);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user