diff --git a/packages/cli/src/ActiveWorkflowRunner.ts b/packages/cli/src/ActiveWorkflowRunner.ts index 5a8927e6eb..7bf8cf6325 100644 --- a/packages/cli/src/ActiveWorkflowRunner.ts +++ b/packages/cli/src/ActiveWorkflowRunner.ts @@ -203,7 +203,7 @@ export class ActiveWorkflowRunner { ); } - // if it's a workflow from the the insert + // if it's a workflow from the insert // TODO check if there is standard error code for duplicate key violation that works // with all databases if (error instanceof Error && error.name === 'QueryFailedError') { diff --git a/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts b/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts index 50ad9070af..5db36b4bcb 100644 --- a/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts +++ b/packages/nodes-base/nodes/Chargebee/Chargebee.node.ts @@ -283,7 +283,7 @@ export class Chargebee implements INodeType { }, ], default: 'after', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Date', @@ -330,7 +330,7 @@ export class Chargebee implements INodeType { }, ], default: 'gt', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Amount', diff --git a/packages/nodes-base/nodes/Filter/V1/FilterV1.node.ts b/packages/nodes-base/nodes/Filter/V1/FilterV1.node.ts index 62c4060eff..899a04aa5f 100644 --- a/packages/nodes-base/nodes/Filter/V1/FilterV1.node.ts +++ b/packages/nodes-base/nodes/Filter/V1/FilterV1.node.ts @@ -65,7 +65,7 @@ export class FilterV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -104,7 +104,7 @@ export class FilterV1 implements INodeType { }, ], default: 'after', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -167,7 +167,7 @@ export class FilterV1 implements INodeType { }, ], default: 'smaller', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -251,7 +251,7 @@ export class FilterV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', diff --git a/packages/nodes-base/nodes/Google/Sheet/v1/GoogleSheet.ts b/packages/nodes-base/nodes/Google/Sheet/v1/GoogleSheet.ts index 41aa3a24a7..809420a59a 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v1/GoogleSheet.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v1/GoogleSheet.ts @@ -462,7 +462,7 @@ export class GoogleSheet { /** * Looks for a specific value in a column and if it gets found it returns the whole row * - * @param {string[][]} inputData Data to to check for lookup value in + * @param {string[][]} inputData Data to check for lookup value in * @param {number} keyRowIndex Index of the row which contains the keys * @param {number} dataStartRowIndex Index of the first row which contains data * @param {ILookupValues[]} lookupValues The lookup values which decide what data to return diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts b/packages/nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts index b7d917cfc2..993c49a0ff 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v2/helpers/GoogleSheet.ts @@ -612,7 +612,7 @@ export class GoogleSheet { /** * Looks for a specific value in a column and if it gets found it returns the whole row * - * @param {string[][]} inputData Data to to check for lookup value in + * @param {string[][]} inputData Data to check for lookup value in * @param {number} keyRowIndex Index of the row which contains the keys * @param {number} dataStartRowIndex Index of the first row which contains data * @param {ILookupValues[]} lookupValues The lookup values which decide what data to return diff --git a/packages/nodes-base/nodes/Hunter/Hunter.node.ts b/packages/nodes-base/nodes/Hunter/Hunter.node.ts index 91c9447cfe..2f74dc145a 100644 --- a/packages/nodes-base/nodes/Hunter/Hunter.node.ts +++ b/packages/nodes-base/nodes/Hunter/Hunter.node.ts @@ -85,7 +85,7 @@ export class Hunter implements INodeType { }, }, default: true, - description: 'Whether to return only the the found emails', + description: 'Whether to return only the found emails', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/If/V1/IfV1.node.ts b/packages/nodes-base/nodes/If/V1/IfV1.node.ts index 39e340c1db..b41be71786 100644 --- a/packages/nodes-base/nodes/If/V1/IfV1.node.ts +++ b/packages/nodes-base/nodes/If/V1/IfV1.node.ts @@ -66,7 +66,7 @@ export class IfV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -105,7 +105,7 @@ export class IfV1 implements INodeType { }, ], default: 'after', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -168,7 +168,7 @@ export class IfV1 implements INodeType { }, ], default: 'smaller', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -252,7 +252,7 @@ export class IfV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', diff --git a/packages/nodes-base/nodes/Kafka/Kafka.node.ts b/packages/nodes-base/nodes/Kafka/Kafka.node.ts index 1a971f0deb..331333fd63 100644 --- a/packages/nodes-base/nodes/Kafka/Kafka.node.ts +++ b/packages/nodes-base/nodes/Kafka/Kafka.node.ts @@ -51,7 +51,7 @@ export class Kafka implements INodeType { name: 'sendInputData', type: 'boolean', default: true, - description: 'Whether to send the the data the node receives as JSON to Kafka', + description: 'Whether to send the data the node receives as JSON to Kafka', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/MQTT/Mqtt.node.ts b/packages/nodes-base/nodes/MQTT/Mqtt.node.ts index 71c4cbd7d2..3822fa1037 100644 --- a/packages/nodes-base/nodes/MQTT/Mqtt.node.ts +++ b/packages/nodes-base/nodes/MQTT/Mqtt.node.ts @@ -46,7 +46,7 @@ export class Mqtt implements INodeType { name: 'sendInputData', type: 'boolean', default: true, - description: 'Whether to send the the data the node receives as JSON', + description: 'Whether to send the data the node receives as JSON', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/Mautic/GenericFunctions.ts b/packages/nodes-base/nodes/Mautic/GenericFunctions.ts index 076099fbef..415c70afc0 100644 --- a/packages/nodes-base/nodes/Mautic/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Mautic/GenericFunctions.ts @@ -51,7 +51,7 @@ export async function mauticApiRequest( } if (returnData.errors) { - // They seem to to sometimes return 200 status but still error. + // They seem to sometimes return 200 status but still error. throw new NodeApiError(this.getNode(), returnData as JsonObject); } diff --git a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts index 4a9a7b9801..e6a11ae0ac 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts @@ -136,7 +136,7 @@ export const boardItemFields: INodeProperties[] = [ operation: ['changeColumnValue'], }, }, - description: 'The unique identifier of the item to to change column of', + description: 'The unique identifier of the item to change column of', }, { displayName: 'Column Name or ID', diff --git a/packages/nodes-base/nodes/RabbitMQ/RabbitMQ.node.ts b/packages/nodes-base/nodes/RabbitMQ/RabbitMQ.node.ts index 12a3396e86..85017cbdcd 100644 --- a/packages/nodes-base/nodes/RabbitMQ/RabbitMQ.node.ts +++ b/packages/nodes-base/nodes/RabbitMQ/RabbitMQ.node.ts @@ -223,7 +223,7 @@ export class RabbitMQ implements INodeType { }, }, default: true, - description: 'Whether to send the the data the node receives as JSON', + description: 'Whether to send the data the node receives as JSON', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/Switch/V1/SwitchV1.node.ts b/packages/nodes-base/nodes/Switch/V1/SwitchV1.node.ts index e84226e8aa..aa41602f8f 100644 --- a/packages/nodes-base/nodes/Switch/V1/SwitchV1.node.ts +++ b/packages/nodes-base/nodes/Switch/V1/SwitchV1.node.ts @@ -151,7 +151,7 @@ export class SwitchV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -229,7 +229,7 @@ export class SwitchV1 implements INodeType { }, ], default: 'after', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -323,7 +323,7 @@ export class SwitchV1 implements INodeType { }, ], default: 'smaller', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -433,7 +433,7 @@ export class SwitchV1 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', diff --git a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts index b63d1c670b..f9bad8aeb9 100644 --- a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts +++ b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts @@ -182,7 +182,7 @@ export class SwitchV2 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -257,7 +257,7 @@ export class SwitchV2 implements INodeType { }, ], default: 'after', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -348,7 +348,7 @@ export class SwitchV2 implements INodeType { }, ], default: 'smaller', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2', @@ -455,7 +455,7 @@ export class SwitchV2 implements INodeType { }, ], default: 'equal', - description: 'Operation to decide where the the data should be mapped to', + description: 'Operation to decide where the data should be mapped to', }, { displayName: 'Value 2',