Reference to sequence._state eliminated in index.js

This commit is contained in:
mmcwilliams 2019-10-31 11:24:09 -04:00
parent cb1eb16864
commit d06ae6e563
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ function bSequence (obj, cb) {
}
}
if (intval._state.sequence && sequence._state.active) {
if (intval._state.sequence && sequence.active) {
//should not occur with single client
intval._state.sequence = false
sequence.stop()