mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Fix some comments (no-changelog) (#11816)
Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
@@ -435,7 +435,7 @@ export class Workflow {
|
||||
) {
|
||||
// Is expression so has to be rewritten
|
||||
// To not run the "expensive" regex stuff when it is not needed
|
||||
// make a simple check first if it really contains the the node-name
|
||||
// make a simple check first if it really contains the node-name
|
||||
if (parameterValue.includes(currentName)) {
|
||||
// Really contains node-name (even though we do not know yet if really as $node-expression)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user