cleaned some code Promise...

This commit is contained in:
Paolo Arena
2019-02-14 21:36:16 +01:00
parent 1f830b3e98
commit 1af2c86067
3 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ namespace Actions {
// console.log('******* UPDATE TODOS.STATE.TODOS !:', res.todos)
if (body.todos) {
state.todos = [...body.todos]
// Todos.mutations.setTodos_changed()
Todos.mutations.setTodos_changed()
}
console.log('********** res', 'state.todos', state.todos, 'checkPending', checkPending)