v1.7.0 hotfix (#612)
* feat(chalice): fixed chalice get null-duration-session * feat(assist): default inactive live session
This commit is contained in:
parent
76aba00abe
commit
2de128ebcf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let debug = process.env.debug === "1" || false;
|
|||
|
||||
const BASE_sessionInfo = {
|
||||
"pageTitle": "Page",
|
||||
"active": true,
|
||||
"active": false,
|
||||
"live": true,
|
||||
"sessionID": "0",
|
||||
"metadata": {},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue