Skip to content

Commit 15e22a9

Browse files
committed
bump
1 parent 1fc5621 commit 15e22a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/tweet-to-trello/tweet-to-trello.js

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ exports.handler = async (event, context) => {
9393
// something wrong
9494
console.log('ERR: request failed on creating card')
9595
console.log(err.message)
96+
console.log(err)
9697
return {
9798
statusCode: 500,
9899
body: JSON.stringify({ msg: err.message }) // Could be a custom message or object i.e. JSON.stringify(err)

0 commit comments

Comments
 (0)