Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchyvr committed Nov 21, 2023
1 parent df6ce79 commit b880b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = async function (context, req) {
} catch (error) {
context.res = {
status: 500,
body: `Error: ${error.message} \r\nStack: ${error.stack}\r\nRaw Data: ${rawData}`
body: `Error: ${error.message} \r\nStack: ${error.stack}`
}
context.log.error('Function execution error:', error)
}
Expand Down

0 comments on commit b880b31

Please sign in to comment.