Skip to content

Commit

Permalink
Update db.json
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 22, 2017
1 parent a068aa1 commit 6939e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ "id": 3, "title": "Post 3" },
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
Expand Down

0 comments on commit 6939e1c

Please sign in to comment.