File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ event.params.querystring = {
3030
"name": "Luke",
3131
"age": 26
3232
}],
33-
"home": {
34-
"phone": "+3333333333",
35-
"email": "[email protected]",
36-
"twitter": "@username"
33+
"contacts": {
34+
"home": {
35+
"phone": "+3333333333",
36+
"email": "[email protected]",
37+
"twitter": "@username"
38+
}
3739
}
3840
}
3941
```

0 commit comments

Comments
 (0)