mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
18a7c325dc
commit
9911348166
|
@ -584,8 +584,8 @@ describe('WorkflowExecute', () => {
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
250,
|
250,
|
||||||
450
|
450,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -594,18 +594,18 @@ describe('WorkflowExecute', () => {
|
||||||
"number": [
|
"number": [
|
||||||
{
|
{
|
||||||
"value1": "={{Object.keys($json).length}}",
|
"value1": "={{Object.keys($json).length}}",
|
||||||
"operation": "notEqual"
|
"operation": "notEqual",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"name": "IF",
|
"name": "IF",
|
||||||
"type": "n8n-nodes-base.if",
|
"type": "n8n-nodes-base.if",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
650,
|
650,
|
||||||
350
|
350,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {},
|
"parameters": {},
|
||||||
|
@ -614,8 +614,8 @@ describe('WorkflowExecute', () => {
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
1150,
|
1150,
|
||||||
450
|
450,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -623,19 +623,19 @@ describe('WorkflowExecute', () => {
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"name": "test1",
|
"name": "test1",
|
||||||
"value": "a"
|
"value": "a",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {},
|
||||||
},
|
},
|
||||||
"name": "Set1",
|
"name": "Set1",
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
450,
|
450,
|
||||||
450
|
450,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -643,20 +643,20 @@ describe('WorkflowExecute', () => {
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"name": "test2",
|
"name": "test2",
|
||||||
"value": "b"
|
"value": "b",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {},
|
||||||
},
|
},
|
||||||
"name": "Set2",
|
"name": "Set2",
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
250
|
250,
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"connections": {
|
"connections": {
|
||||||
"Start": {
|
"Start": {
|
||||||
|
@ -665,10 +665,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Set1",
|
"node": "Set1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"IF": {
|
"IF": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -676,17 +676,17 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Set2",
|
"node": "Set2",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"node": "Merge1",
|
"node": "Merge1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Set1": {
|
"Set1": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -694,15 +694,15 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "IF",
|
"node": "IF",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"node": "Merge1",
|
"node": "Merge1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 1
|
"index": 1,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Set2": {
|
"Set2": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -710,12 +710,12 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Merge1",
|
"node": "Merge1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
@ -755,8 +755,8 @@ describe('WorkflowExecute', () => {
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
250,
|
250,
|
||||||
300
|
300,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {},
|
"parameters": {},
|
||||||
|
@ -765,8 +765,8 @@ describe('WorkflowExecute', () => {
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
450
|
450,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {},
|
"parameters": {},
|
||||||
|
@ -775,59 +775,59 @@ describe('WorkflowExecute', () => {
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
1000,
|
1000,
|
||||||
300
|
300,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"boolean": [
|
"boolean": [
|
||||||
{
|
{
|
||||||
"value2": true
|
"value2": true,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"value1": "={{$json[\"key\"]}}",
|
"value1": "={{$json[\"key\"]}}",
|
||||||
"value2": "a"
|
"value2": "a",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"combineOperation": "any"
|
"combineOperation": "any",
|
||||||
},
|
},
|
||||||
"name": "IF",
|
"name": "IF",
|
||||||
"type": "n8n-nodes-base.if",
|
"type": "n8n-nodes-base.if",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
600,
|
600,
|
||||||
600
|
600,
|
||||||
],
|
],
|
||||||
"alwaysOutputData": false
|
"alwaysOutputData": false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"values": {
|
"values": {
|
||||||
"number": [
|
"number": [
|
||||||
{
|
{
|
||||||
"name": "number0"
|
"name": "number0",
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"name": "key",
|
"name": "key",
|
||||||
"value": "a"
|
"value": "a",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {},
|
||||||
},
|
},
|
||||||
"name": "Set0",
|
"name": "Set0",
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
450,
|
450,
|
||||||
300
|
300,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -835,25 +835,25 @@ describe('WorkflowExecute', () => {
|
||||||
"number": [
|
"number": [
|
||||||
{
|
{
|
||||||
"name": "number1",
|
"name": "number1",
|
||||||
"value": 1
|
"value": 1,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"name": "key",
|
"name": "key",
|
||||||
"value": "b"
|
"value": "b",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {},
|
||||||
},
|
},
|
||||||
"name": "Set1",
|
"name": "Set1",
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
450,
|
450,
|
||||||
450
|
450,
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
@ -861,26 +861,26 @@ describe('WorkflowExecute', () => {
|
||||||
"number": [
|
"number": [
|
||||||
{
|
{
|
||||||
"name": "number2",
|
"name": "number2",
|
||||||
"value": 2
|
"value": 2,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"string": [
|
"string": [
|
||||||
{
|
{
|
||||||
"name": "key",
|
"name": "key",
|
||||||
"value": "c"
|
"value": "c",
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {},
|
||||||
},
|
},
|
||||||
"name": "Set2",
|
"name": "Set2",
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
450,
|
450,
|
||||||
600
|
600,
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"connections": {
|
"connections": {
|
||||||
"Start": {
|
"Start": {
|
||||||
|
@ -889,10 +889,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Set0",
|
"node": "Set0",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Merge": {
|
"Merge": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -900,10 +900,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Merge1",
|
"node": "Merge1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 1
|
"index": 1,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"IF": {
|
"IF": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -911,10 +911,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Merge",
|
"node": "Merge",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 1
|
"index": 1,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Set0": {
|
"Set0": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -922,10 +922,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Merge1",
|
"node": "Merge1",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Set1": {
|
"Set1": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -933,10 +933,10 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "Merge",
|
"node": "Merge",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
"Set2": {
|
"Set2": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -944,12 +944,12 @@ describe('WorkflowExecute', () => {
|
||||||
{
|
{
|
||||||
"node": "IF",
|
"node": "IF",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
|
Loading…
Reference in a new issue