rollback syntax error

This commit is contained in:
AJ ONeal 2017-05-04 23:13:27 -06:00
parent 2b1da8dc20
commit 9467269cd7
1 changed files with 0 additions and 1 deletions

View File

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