fix: ask updated dbLoadTodo (if something to process) only when is connected...

This commit is contained in:
Paolo Arena
2019-02-15 14:54:56 +01:00
parent fac16d2d52
commit ffe3fce52b
4 changed files with 14 additions and 10 deletions

View File

@@ -399,7 +399,7 @@ namespace Actions {
Mutations.mutations.setServerCode(rescodes.CALLING)
let myres: IResult
let myres: any
return Api.SendReq(call, 'POST', usertosend, true)
.then(({ res, body }) => {