From 037eb0f3528c15123d469f05082ee44540cd13c1 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 30 Oct 2019 23:10:25 -0400 Subject: [PATCH] Caught the last boneheaded error I will make tonight --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 97126fd..9d22d3a 100644 --- a/index.js +++ b/index.js @@ -603,7 +603,6 @@ function index (req, res, next) { } function init () { - intval.sequence = seq createServer() createBLE() }