@onereach/step-voice 4.0.34 → 4.0.35
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.
- package/dst/Global Command.js +1 -1
- package/package.json +1 -1
package/dst/Global Command.js
CHANGED
|
@@ -170,7 +170,7 @@ class GlobalCommand extends voice_1.default {
|
|
|
170
170
|
// }])
|
|
171
171
|
// channel.global = null;
|
|
172
172
|
// await this.updateData()
|
|
173
|
-
const exitLabel = this.getExitStepLabel(stepExit) ?? stepExit;
|
|
173
|
+
const exitLabel = lodash_1.default.replace(this.getExitStepLabel(stepExit) ?? stepExit, /\W+/g, '');
|
|
174
174
|
await this.process.runThread({
|
|
175
175
|
id: `${exitLabel}_${(0, nanoid_1.nanoid)(8)}`,
|
|
176
176
|
state: {
|