There is no cloud for a session
This commit is contained in:
parent
2a60c292a6
commit
9d0707982c
1 changed files with 4 additions and 4 deletions
|
@ -363,10 +363,10 @@ class session {
|
|||
}
|
||||
|
||||
DATA = {"write": DATA};
|
||||
DATA[`all`] = await session.read(null, CLOUD);
|
||||
if ((DATA[`all`] != null && (typeof DATA[`all`]).includes(`obj`)) ? Object.keys(DATA[`all`]).length <= 0 : true) {
|
||||
DATA[`all`] = {};
|
||||
};
|
||||
DATA[`all`] = await session.read(null);
|
||||
((DATA[`all`] != null && (typeof DATA[`all`]).includes(`obj`)) ? Object.keys(DATA[`all`]).length <= 0 : true)
|
||||
? DATA[`all`] = {}
|
||||
: false;
|
||||
|
||||
let TARGET = (!(typeof PATH).includes(`obj`)) ? String(PATH).trim().split(",") : PATH;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue