@onereach/step-voice 1.2202.30 → 1.2202.31
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/voice.js +1 -1
- package/package.json +1 -1
package/dst/voice.js
CHANGED
|
@@ -226,7 +226,7 @@ class VoiceStep extends step_1.default {
|
|
|
226
226
|
this.state.repIdx = undefined;
|
|
227
227
|
}
|
|
228
228
|
rptsHasMore({ repromptsList }) {
|
|
229
|
-
return this.rptsIndex
|
|
229
|
+
return this.rptsIndex < repromptsList.length;
|
|
230
230
|
}
|
|
231
231
|
get rptsIndex() {
|
|
232
232
|
return this.state.repIdx ?? 0;
|