From d06ae6e56384027617147bf3a1a1d1b59d92ef2f Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 31 Oct 2019 11:24:09 -0400 Subject: [PATCH] Reference to sequence._state eliminated in index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e624688..370623f 100644 --- a/index.js +++ b/index.js @@ -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()