From 9467269cd710125b1cac769bcc2b81c9c7a3fa00 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 4 May 2017 23:13:27 -0600 Subject: [PATCH] rollback syntax error --- lib/worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/worker.js b/lib/worker.js index 5b73aca..dee1167 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -76,7 +76,6 @@ module.exports.create = function (webserver, xconfx, state) { var scope = expId + '|'; return { getAsync: function (id) { - id = id.replace(/\|/, ); return memstore.getAsync(scope + id); } , setAsync: function (id, data) {