Skip to content

Commit

Permalink
Merge pull request #9 from guptasajal411/main
Browse files Browse the repository at this point in the history
fix: 🚀 Update tasks data for /tasks API endpoint
  • Loading branch information
guptasajal411 authored Sep 4, 2021
2 parents bb01a20 + e180aea commit 25eb690
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 25eb690

Please sign in to comment.