diff options
| author | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-08-20 21:56:37 +0800 |
|---|---|---|
| committer | Quey-Liang Kao <s101062801@m101.nthu.edu.tw> | 2017-08-20 21:56:37 +0800 |
| commit | 387d92060c04998fa8a723f2eba814469bc39d57 (patch) | |
| tree | ddb228b1c8154a4ccee0b6438da5c0bcd7eda7b5 /todolist/todos.json | |
| parent | 620a9f3aff090063f79285fb20437a62ce089a4e (diff) | |
| parent | 7c24f39a0fc8bb07dc9db4f5fecd3468705b1e37 (diff) | |
Merge branch 'note' of github.com:NonerKao/todolist
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 7f511ed..39593be 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":false,"completedDate":"","archived":true,"isPriority":false},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"completedDate":"","archived":false,"isPriority":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,"completedDate":"","archived":true,"isPriority":false,"notes":null},{"id":2,"subject":" audit userify for 2FA","projects":["test1"],"contexts":["root","more"],"due":"","completed":true,"completedDate":"","archived":false,"isPriority":false,"notes":null}]
\ No newline at end of file |
