@connectorx/n8n-nodes-cortex 0.1.31 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -723,7 +723,7 @@ class Cortex {
723
723
  if (msgType === 'reaction' && reactTo)
724
724
  body.react_to_message_id = reactTo;
725
725
  const simulation = this.getNodeParameter('simulation', i, false);
726
- if (simulation)
726
+ if (simulation === true || simulation === 'true')
727
727
  body.simulation = true;
728
728
  options.body = body;
729
729
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectorx/n8n-nodes-cortex",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "description": "n8n nodes for Cortex API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"