diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-05-02 06:34:38 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-05-02 06:34:38 -0400 |
| commit | 54e9313ad14269f57a13b32aac59aea17f86d151 (patch) | |
| tree | 9c6364af5e93d6b80df893d317894f60d6662940 /todolist/todos.json | |
| parent | b1fc3359eb7498236621d1aa6a9ff18f8cce73c0 (diff) | |
Get completing todos to work correctly
Diffstat (limited to 'todolist/todos.json')
| -rw-r--r-- | todolist/todos.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolist/todos.json b/todolist/todos.json index d3da483..2dbce64 100644 --- a/todolist/todos.json +++ b/todolist/todos.json @@ -1 +1 @@ -[{"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 +[{"id":1,"subject":"this is the first subject","projects":["test1"],"contexts":["root"],"due":"2016-04-04","completed":false,"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 |
