From 67f864f975a92f485909526e7637cea7205e82b4 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Mon, 23 Oct 2017 20:29:52 -0400 Subject: [PATCH] rReset not rRest, gah --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0749b10..bda4f8c 100644 --- a/index.js +++ b/index.js @@ -204,7 +204,7 @@ function rStatus (req, res, next) { return next() } -function rRest (req, res, next) { +function rReset (req, res, next) { intval.reset() setTimeout(() => { res.send(intval._state)