|
@@ -656,6 +656,8 @@ U.MD.O.W.getWork = async function (cid, s, task, t, uid) {
|
|
|
// setTimeout(() => {
|
|
|
// U.MD.O.W.wordDirectory();
|
|
|
// }, 100)
|
|
|
+ }else{
|
|
|
+ resolve(U.MD.O.W.getfile())
|
|
|
}
|
|
|
}, [], { "type": "GET", "withCredentials": true });
|
|
|
});
|
|
@@ -673,6 +675,8 @@ U.MD.O.W.getWorkS = async function (cid, s, task, t, uid) {
|
|
|
newfile: true
|
|
|
}
|
|
|
resolve(a);
|
|
|
+ }else{
|
|
|
+ resolve(U.MD.O.W.getfile())
|
|
|
}
|
|
|
}, [], { "type": "GET", "withCredentials": true });
|
|
|
});
|