From e180aeab89f12299ad91ac60f9f220ceb1a99458 Mon Sep 17 00:00:00 2001 From: Sajal Gupta Date: Sat, 4 Sep 2021 23:08:25 +0530 Subject: [PATCH] fix: :rocket: Update tasks data for /tasks API endpoint --- dev-data/data/tasks.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-data/data/tasks.json b/dev-data/data/tasks.json index f3901e6..09810df 100644 --- a/dev-data/data/tasks.json +++ b/dev-data/data/tasks.json @@ -1,5 +1,10 @@ -{ - 1: ["learn a new skill", "do an exercise", "read a book"], - 2: ["make a new dish", "play with your pet", "play an outdoor game"], - 3: ["Take picture of a bird", "Take a pic of nature", "go on a hike"] -} \ No newline at end of file +[ + { + "id": "9ec81841-64bb-40da-8367-a99208958e21", + "task": [ + "learn a new skill", + "do an exercise", + "read a book" + ] + } + ] \ No newline at end of file