fix expiring date

fix progress bar value
This commit is contained in:
Paolo Arena
2019-03-15 02:36:44 +01:00
parent 8dc26269cd
commit 919838549d
6 changed files with 22 additions and 12 deletions

View File

@@ -695,7 +695,7 @@ namespace Actions {
}
// 3) send to the Server
await saveItemToSyncAndDb(tools.DB.TABLE_SYNC_TODOS, 'POST', objtodo)
return await saveItemToSyncAndDb(tools.DB.TABLE_SYNC_TODOS, 'POST', objtodo)
.then((ris) => {
// Check if need to be moved...
const indelem = getIndexById(objtodo.category, objtodo._id)