diff --git a/README.md b/README.md index 792d03948..8db504096 100644 --- a/README.md +++ b/README.md @@ -5206,6 +5206,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { + const newPost = { "userId": 1, "id": 1337, diff --git a/docs/index.html b/docs/index.html index 2dc6237a2..ef41d8b8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1165,6 +1165,7 @@ Logs: { + const newPost = { "userId": 1, "id": 1337, diff --git a/snippets/httpPost.md b/snippets/httpPost.md index e87361a24..a64c74672 100644 --- a/snippets/httpPost.md +++ b/snippets/httpPost.md @@ -27,6 +27,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { + const newPost = { "userId": 1, "id": 1337,