Travis build: 1177

This commit is contained in:
30secondsofcode
2018-01-11 10:17:49 +00:00
parent 75cc48b11b
commit 88caf8d93f
3 changed files with 3 additions and 0 deletions

View File

@ -5206,6 +5206,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
const newPost = {
"userId": 1,
"id": 1337,

View File

@ -1165,6 +1165,7 @@ Logs: {
<span class="token keyword">const</span> newPost <span class="token operator">=</span> <span class="token punctuation">{</span>
<span class="token string">"userId"</span><span class="token punctuation">:</span> <span class="token number">1</span><span class="token punctuation">,</span>
<span class="token string">"id"</span><span class="token punctuation">:</span> <span class="token number">1337</span><span class="token punctuation">,</span>

View File

@ -27,6 +27,7 @@ const httpPost = (url, callback, data = null, err = console.error) => {
const newPost = {
"userId": 1,
"id": 1337,