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 + '|';
|
var scope = expId + '|';
|
||||||
return {
|
return {
|
||||||
getAsync: function (id) {
|
getAsync: function (id) {
|
||||||
id = id.replace(/\|/, );
|
|
||||||
return memstore.getAsync(scope + id);
|
return memstore.getAsync(scope + id);
|
||||||
}
|
}
|
||||||
, setAsync: function (id, data) {
|
, setAsync: function (id, data) {
|
||||||
|
|
Loading…
Reference in New Issue