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) {