@onereach/step-voice 1.2202.20 → 1.2202.21

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.
@@ -171,7 +171,7 @@ class GlobalCommand extends voice_1.default {
171
171
  // }])
172
172
  // channel.global = null;
173
173
  await this.updateData();
174
- this.process.runThread({
174
+ await this.process.runThread({
175
175
  id: `${stepExit}_${nanoid(8)}`,
176
176
  state: {
177
177
  name: 'exitToThread',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "1.2202.20",
3
+ "version": "1.2202.21",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",
@@ -71,4 +71,4 @@
71
71
  "node_modules"
72
72
  ]
73
73
  }
74
- }
74
+ }