From e505c6c98193d8878ccb6d8f540ac2832f9478bd Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Wed, 10 Jan 2018 21:39:19 +0000 Subject: [PATCH] Travis build: 1161 --- README.md | 1 + docs/index.html | 1 + snippets/httpPost.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 206666a16..b19b22831 100644 --- a/README.md +++ b/README.md @@ -5201,6 +5201,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { ```js + const newPost = { "userId": 1, "id": 1337, diff --git a/docs/index.html b/docs/index.html index d67cdebec..56386c4d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1163,6 +1163,7 @@ Logs: { request.send(data); };
+ const newPost = { "userId": 1, "id": 1337, diff --git a/snippets/httpPost.md b/snippets/httpPost.md index 27d4b4135..b0938a722 100644 --- a/snippets/httpPost.md +++ b/snippets/httpPost.md @@ -22,6 +22,7 @@ const httpPost = (url, callback, data = null, err = console.error) => { ```js + const newPost = { "userId": 1, "id": 1337,