Skip to content

Commit

Permalink
trying to console.log a random joke
Browse files Browse the repository at this point in the history
relates to #94
  • Loading branch information
majakudlicka committed May 11, 2017
1 parent 1178a01 commit a2b61ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helper_functions/checkAPIAI.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ module.exports = (event) => {
if (err) {
console.log(err);
}
console.log(result);
console.log(result.rows[0]);
console.log(result.rows[0].joke);
});
}

Expand Down

0 comments on commit a2b61ec

Please sign in to comment.