Skip to content

Commit 6939e1c

Browse files
authored
Update db.json
1 parent a068aa1 commit 6939e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{ "id": 3, "title": "Post 3" },
66
],
77
"comments": [
8-
{ "id": 1, "body": "some comment", "postId": 1 }
8+
{ "id": 1, "body": "some comment", "postId": 1 },
99
{ "id": 2, "body": "some comment", "postId": 1 }
1010
],
1111
"profile": {

0 commit comments

Comments
 (0)