From e3213b3ef2c84387b66eeb731f5493c5e6da6a5d Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 26 Apr 2016 09:01:40 -0400 Subject: Get adding a todo working --- todolist/todos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todolist/todos.json') 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 -- cgit v1.3