Skip to content

Commit

Permalink
fix: 🚀 Update tasks data for /tasks API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
guptasajal411 committed Sep 4, 2021
1 parent bb01a20 commit e180aea
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions dev-data/data/tasks.json
Original file line number Diff line number Diff line change
@@ -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"]
}
[
{
"id": "9ec81841-64bb-40da-8367-a99208958e21",
"task": [
"learn a new skill",
"do an exercise",
"read a book"
]
}
]

0 comments on commit e180aea

Please sign in to comment.