Commit 08c8c9c9 by Kang Donghun

return null

parent deff63f5
...@@ -785,7 +785,7 @@ COMMON.userSession = function () { ...@@ -785,7 +785,7 @@ COMMON.userSession = function () {
return COMMON.userSessionObj; return COMMON.userSessionObj;
} else { } else {
console.log("kdh check userSession : COMMON.userSessionObj unavailable"); console.log("kdh check userSession : COMMON.userSessionObj unavailable");
return CO; return null;
} }
} }
return COMMON.userSessionObj; return COMMON.userSessionObj;
......
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