rollback syntax error
This commit is contained in:
parent
2b1da8dc20
commit
9467269cd7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue