aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/todos.json
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-04-26 09:01:40 -0400
committerGrant Ammons <gammons@gmail.com>2016-04-26 09:01:40 -0400
commite3213b3ef2c84387b66eeb731f5493c5e6da6a5d (patch)
tree46b5ee148e7fd578d992f08ab89ba1d24a322d29 /todolist/todos.json
parenta0f7203996439210b2a40663eeeeb8563ab03d68 (diff)
Get adding a todo working
Diffstat (limited to 'todolist/todos.json')
-rw-r--r--todolist/todos.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/todos.json b/todolist/todos.json
index 8dc268d..d3da483 100644
--- a/todolist/todos.json
+++ b/todolist/todos.json
@@ -1 +1 @@
-[{"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":true,"id":1,"archived":true},{"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":null,"completed":null,"id":2,"archived":false}]
+[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":true,"archived":true},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":false,"archived":false}] \ No newline at end of file