From 5a1b6ef3411fda124e37d7846cff2b02538d3e40 Mon Sep 17 00:00:00 2001 From: acicchetti Date: Wed, 12 Dec 2018 14:04:27 -0500 Subject: [PATCH] New task added --- .taskbook/storage/storage.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.taskbook/storage/storage.json b/.taskbook/storage/storage.json index c724bce..1c2a927 100644 --- a/.taskbook/storage/storage.json +++ b/.taskbook/storage/storage.json @@ -37,5 +37,18 @@ "_isTask": true, "isComplete": false, "priority": 1 + }, + "4": { + "_id": 4, + "_date": "Wed Dec 12 2018", + "_timestamp": 1544641438779, + "description": "Make a Spring Boot App for Advent Of Code challenges", + "isStarred": false, + "boards": [ + "@Coding" + ], + "_isTask": true, + "isComplete": false, + "priority": 1 } } \ No newline at end of file