Skip to content

Commit e7a2362

Browse files
committed
add invalid entry inside todos.json file
1 parent 55f6e16 commit e7a2362

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

04-serverless-app/todo.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
{
33
"Done": "0",
44
"TodoId": "10",
5-
"Task": "Avaliar o curso"
5+
"Task": "Avaliar o curso de forma sincera"
66
},
77
{
88
"Done": "0",
99
"TodoId": "15",
10-
"Task": "Se inscrever no canal do Youtube"
10+
"Task": "Se inscrever no canal do Youtube https://www.youtube.com/c/CleberGasparoto"
11+
},
12+
{
13+
"TodoId": "20"
1114
}
1215
]

0 commit comments

Comments
 (0)