Travis build: 1189

This commit is contained in:
30secondsofcode
2018-01-11 13:40:15 +00:00
parent 94049202a7
commit 0a6cdc5f58
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -1197,6 +1197,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

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