Commit 7ec2e63c authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

Merge branch 'dev' into 'igrid-production'

Dev

See merge request !21
parents 65af40ca 9c21f4b6
......@@ -28,10 +28,9 @@ function perform_function(context,request,response){
if(param.use_register){
memstore.getItem('register',function(err,value){
if(err){return response.error("memstore error");}
if(typeof value == 'object' && value!=null)
{
mapenv.register = Register.create(value);
}
mapenv = _compile(mapenv,param);
memstore.setItem('register',mapenv.register.get(),function(err){
_response();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment