@onereach/step-voice 4.0.32 → 4.0.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.
@@ -56,7 +56,7 @@ class GlobalCommand extends voice_1.default {
56
56
  async globThread() {
57
57
  const channel = await this.fetchData();
58
58
  const findExit = (exitId) => {
59
- return lodash_1.default.find(this.step.exits, (exit) => exitId === exit.stepId);
59
+ return lodash_1.default.find(this.step.exits, (exit) => exitId === exit.id);
60
60
  };
61
61
  this.triggers.once(`in/voice/${channel.id}/event`, async (event) => {
62
62
  event.processed = undefined;
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.32",
3
+ "version": "4.0.33",
4
+ "dev_version": "4.1.0",
5
+ "prod_version": "TODO: 4.1.0 ?",
4
6
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
7
  "contributors": [
6
8
  "Roman Zolotarov",
@@ -75,4 +77,4 @@
75
77
  "node_modules"
76
78
  ]
77
79
  }
78
- }
80
+ }