Donal Spring
2018-06-03 71eec436bdcbb5c86c11929033b6053a986e857b
src/store/actions.js
@@ -46,7 +46,8 @@
    // debugger
    const todo = {
      title: state.newTodo,
      completed: false
      completed: false,
      important: false
    };
    // console.info("TESTINT BLAH BLAH ", todo);
    return axios