Skip to content

Commit f400006

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

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
@@ -2,7 +2,7 @@
22
"posts": [
33
{ "id": 1, "title": "Post 1" },
44
{ "id": 2, "title": "Post 2" },
5-
{ "id": 3, "title": "Post 3" },
5+
{ "id": 3, "title": "Post 3" }
66
],
77
"comments": [
88
{ "id": 1, "body": "some comment", "postId": 1 },

0 commit comments

Comments
 (0)