Skip to content

Commit 3e015bd

Browse files
authored
Update todo.json
1 parent ea97d03 commit 3e015bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fixtures/todo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"fields": {
5353
"name": "Fix the /users/ API endpoint",
5454
"description": "",
55-
"is_completed": false,
55+
"is_completed": true,
5656
"created_at": "2022-10-16T13:58:22.054Z",
5757
"updated_at": "2022-10-16T13:58:22.054Z",
5858
"user": 2,
@@ -97,7 +97,7 @@
9797
"fields": {
9898
"name": "Connect Stripe to the backend",
9999
"description": "",
100-
"is_completed": false,
100+
"is_completed": true,
101101
"created_at": "2022-10-16T13:59:51.381Z",
102102
"updated_at": "2022-10-16T13:59:51.381Z",
103103
"user": 2,
@@ -127,7 +127,7 @@
127127
"fields": {
128128
"name": "Connect the frontend service with the backend service",
129129
"description": "",
130-
"is_completed": false,
130+
"is_completed": true,
131131
"created_at": "2022-10-16T14:00:22.367Z",
132132
"updated_at": "2022-10-16T14:00:22.367Z",
133133
"user": 2,

0 commit comments

Comments
 (0)